aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Readconfig.mll
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Readconfig.mll')
-rw-r--r--lib/Readconfig.mll6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Readconfig.mll b/lib/Readconfig.mll
index e71c8fb7..7b98255e 100644
--- a/lib/Readconfig.mll
+++ b/lib/Readconfig.mll
@@ -43,9 +43,9 @@ let error msg lexbuf =
lexbuf.lex_curr_p.pos_lnum,
msg)))
-let ill_formed_line lexbuf = error "Ill-formed line" lexbuf
-let unterminated_quote lexbuf = error "Unterminated quote" lexbuf
-let lone_backslash lexbuf = error "Lone \\ (backslash) at end of file" lexbuf
+let ill_formed_line lexbuf = error "ill-formed line" lexbuf
+let unterminated_quote lexbuf = error "unterminated quote" lexbuf
+let lone_backslash lexbuf = error "lone \\ (backslash) at end of file" lexbuf
}