summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2017-03-23 21:29:10 +0100
committerdef <dennis@felsin9.de>2017-03-23 21:29:10 +0100
commitab31b776ef00df4a43f8afccb2e7c39a05616d2a (patch)
tree1e02189ea869d7f6a98390cfa1867aee5ad04bc0 /compiler
parent93f0f1c6e4a7f6b2c4cd19f7cc246c18531ae0c0 (diff)
downloadNim-ab31b776ef00df4a43f8afccb2e7c39a05616d2a.tar.gz
Fix typo
Diffstat (limited to 'compiler')
-rw-r--r--compiler/main.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main.nim b/compiler/main.nim
index 5f86e6188..f662ded1b 100644
--- a/compiler/main.nim
+++ b/compiler/main.nim
@@ -272,7 +272,7 @@ proc mainCommand*(graph: ModuleGraph; cache: IdentCache) =
   if msgs.gErrorCounter == 0 and
      gCmd notin {cmdInterpret, cmdRun, cmdDump}:
     when declared(system.getMaxMem):
-      let usedMem = formatSize(getMaxMem()) & " peekmem"
+      let usedMem = formatSize(getMaxMem()) & " peakmem"
     else:
       let usedMem = formatSize(getTotalMem())
     rawMessage(hintSuccessX, [$gLinesCompiled,