From: Bertrand Bonnefoy-Claudet Date: Tue, 2 Jan 2018 14:09:38 +0000 (+0100) Subject: Fix typo in error message: "optione" -> "option" X-Git-Tag: v2.4.5~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=22bffd6816d916bfa89256e695987e7e29231fb8;p=thirdparty%2Fopenvpn.git Fix typo in error message: "optione" -> "option" Acked-by: Gert Doering 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 (cherry picked from commit f447bc63c3928fd9b71e3df3768900a328f4f41a) --- diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 7ede5273d..f72e08ce7 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -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); }