]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fix typo in error message: "optione" -> "option"
authorBertrand Bonnefoy-Claudet <bertrandbc@gmail.com>
Tue, 2 Jan 2018 14:09:38 +0000 (15:09 +0100)
committerGert Doering <gert@greenie.muc.de>
Tue, 9 Jan 2018 15:59:49 +0000 (16:59 +0100)
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>
src/openvpn/options.c

index 7be5f383e8ee8dfac7eaaf67d6fb861ea93d9816..b240e2ef1bf38203403ecec296c8114b89ac147c 100644 (file)
@@ -4523,7 +4523,7 @@ read_config_file(struct options *options,
                 ++line_num;
                 if (strlen(line) == OPTION_LINE_SIZE)
                 {
-                    msg(msglevel, "In %s:%d: Maximum optione line length (%d) exceeded, line starts with %s",
+                    msg(msglevel, "In %s:%d: Maximum option line length (%d) exceeded, line starts with %s",
                         file, line_num, OPTION_LINE_SIZE, line);
                 }