summary refs log tree commit diff stats
path: root/nim/nimconf.pas
diff options
context:
space:
mode:
Diffstat (limited to 'nim/nimconf.pas')
-rwxr-xr-x[-rw-r--r--]nim/nimconf.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/nim/nimconf.pas b/nim/nimconf.pas
index 842446ae9..69c6f7618 100644..100755
--- a/nim/nimconf.pas
+++ b/nim/nimconf.pas
@@ -218,7 +218,7 @@ begin
       ppGetTok(L, tok)
     end
     else
-      lexMessage(L, errUnknownDirective, tokToStr(tok))
+      lexMessage(L, errInvalidDirectiveX, tokToStr(tok))
   end
 end;