summaryrefslogtreecommitdiff
path: root/erts/etc/win32/start_erl.c
diff options
context:
space:
mode:
Diffstat (limited to 'erts/etc/win32/start_erl.c')
-rw-r--r--erts/etc/win32/start_erl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/etc/win32/start_erl.c b/erts/etc/win32/start_erl.c
index 07bcd19b81..b555dc8c1e 100644
--- a/erts/etc/win32/start_erl.c
+++ b/erts/etc/win32/start_erl.c
@@ -1,7 +1,7 @@
/*
* %CopyrightBegin%
*
- * Copyright Ericsson AB 1998-2016. All Rights Reserved.
+ * Copyright Ericsson AB 1998-2021. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -260,7 +260,7 @@ void parse_commandline(void)
fprintf(stderr, "NoConfig=TRUE\n");
#endif
} else {
- fprintf(stderr, "Unkown option: '%S'\n", cmdline);
+ fprintf(stderr, "Unknown option: '%S'\n", cmdline);
exit_help("Unknown command line option");
}
break;