From: Bertrand Bonnefoy-Claudet <bertran...@gmail.com>

---
 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 7be5f383..b240e2ef 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);
                 }
 
-- 
2.15.1


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to