]> 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 16:00:28 +0000 (17:00 +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>
(cherry picked from commit f447bc63c3928fd9b71e3df3768900a328f4f41a)

src/openvpn/options.c

index 7ede5273d1b0c5875581e4a5ac24435a975dec42..f72e08ce77fefe42db689473f81b1535adae9e52 100644 (file)
@@ -4591,7 +4591,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);
                 }