aboutsummaryrefslogtreecommitdiffstats
path: root/erts
diff options
context:
space:
mode:
authorBryan Hunter <[email protected]>2013-03-29 00:55:12 -0500
committerBryan Hunter <[email protected]>2013-03-29 00:55:12 -0500
commitcb261ea01fc655dc8b098c1ce0b6d624e59abf5e (patch)
tree0ab80b3bc7f6d03c4c7bf80a4321a6c8415f10a4 /erts
parent9754ff636fac43cc550c443e18f90afacf21344e (diff)
downloadotp-cb261ea01fc655dc8b098c1ce0b6d624e59abf5e.tar.gz
otp-cb261ea01fc655dc8b098c1ce0b6d624e59abf5e.tar.bz2
otp-cb261ea01fc655dc8b098c1ce0b6d624e59abf5e.zip
Correct typo in erlsrv usage.
Diffstat (limited to 'erts')
-rw-r--r--erts/etc/win32/erlsrv/erlsrv_interactive.c2
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;
}