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.5_beta1~536 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f447bc63c3928fd9b71e3df3768900a328f4f41a;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 --- diff --git a/src/openvpn/options.c b/src/openvpn/options.c index 7be5f383e..b240e2ef1 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -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); }