From ab31b776ef00df4a43f8afccb2e7c39a05616d2a Mon Sep 17 00:00:00 2001 From: def Date: Thu, 23 Mar 2017 21:29:10 +0100 Subject: Fix typo --- compiler/main.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler') 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, -- cgit 1.4.1-2-gfad0