diff options
Diffstat (limited to 'lib/system/inclrtl.nim')
-rwxr-xr-x | lib/system/inclrtl.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/inclrtl.nim b/lib/system/inclrtl.nim index 28965b4b1..3db6a77ca 100755 --- a/lib/system/inclrtl.nim +++ b/lib/system/inclrtl.nim @@ -21,7 +21,7 @@ when defined(createNimRtl): when defined(useNimRtl): {.error: "Cannot create and use nimrtl at the same time!".} elif appType != "lib": - {.error: "nimrtl must be build as a library!".} + {.error: "nimrtl must be built as a library!".} when defined(createNimRtl): # NOTE: compilerproc cannot make use of name mangling! |