Browse code

Fix typo in error message: "optione" -> "option"

Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20180102140938.16467-1-bertrandbc@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg16131.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>

Bertrand Bonnefoy-Claudet authored on 2018/01/02 23:09:38
Showing 1 changed files
... ...
@@ -4523,7 +4523,7 @@ read_config_file(struct options *options,
4523 4523
                 ++line_num;
4524 4524
                 if (strlen(line) == OPTION_LINE_SIZE)
4525 4525
                 {
4526
-                    msg(msglevel, "In %s:%d: Maximum optione line length (%d) exceeded, line starts with %s",
4526
+                    msg(msglevel, "In %s:%d: Maximum option line length (%d) exceeded, line starts with %s",
4527 4527
                         file, line_num, OPTION_LINE_SIZE, line);
4528 4528
                 }
4529 4529