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);
                 }
 
