diff options
author | Fredrik Gustafsson <[email protected]> | 2013-04-03 11:49:21 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-04-03 11:49:21 +0200 |
commit | 92853780bcb759249e8efcee00c2d32c2e3f96fc (patch) | |
tree | 0b24386c1987e75e7afc15080ac4ef323400a974 /erts | |
parent | 63862ed433bc4d2a6fb9013fd1da325f90b05a6f (diff) | |
parent | b61948f702acba45ad1882853d6e7100a5f6ee77 (diff) | |
download | otp-92853780bcb759249e8efcee00c2d32c2e3f96fc.tar.gz otp-92853780bcb759249e8efcee00c2d32c2e3f96fc.tar.bz2 otp-92853780bcb759249e8efcee00c2d32c2e3f96fc.zip |
Merge branch 'maint'
Diffstat (limited to 'erts')
-rw-r--r-- | erts/etc/win32/erlsrv/erlsrv_interactive.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/etc/win32/erlsrv/erlsrv_interactive.c b/erts/etc/win32/erlsrv/erlsrv_interactive.c index 736eabac79..3f7e20b923 100644 --- a/erts/etc/win32/erlsrv/erlsrv_interactive.c +++ b/erts/etc/win32/erlsrv/erlsrv_interactive.c @@ -525,7 +525,7 @@ int do_usage(char *arg0){ "list, give option -args as last option on command line " "with\n" "no arguments.\n\n"); - printf("Se Erlang documentation for full description.\n"); + printf("See Erlang documentation for full description.\n"); return 0; } |