From 22bffd6816d916bfa89256e695987e7e29231fb8 Mon Sep 17 00:00:00 2001 From: Bertrand Bonnefoy-Claudet Date: Tue, 2 Jan 2018 15:09:38 +0100 Subject: [PATCH] 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) --- src/openvpn/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2