From 43b1ac07d4bb7eeecec45f8dca50442618f2608b Mon Sep 17 00:00:00 2001 From: coffeepots Date: Fri, 18 May 2018 18:37:28 +0100 Subject: Fix typo in "out of bounds" error message --- compiler/vm.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler') diff --git a/compiler/vm.nim b/compiler/vm.nim index dcb4cefd7..cbd304caa 100644 --- a/compiler/vm.nim +++ b/compiler/vm.nim @@ -441,7 +441,7 @@ proc setLenSeq(c: PCtx; node: PNode; newLen: int; info: TLineInfo) = node.sons[i] = newNodeI(typeKind, info) const - errIndexOutOfBounds = "index ouf of bounds" + errIndexOutOfBounds = "index out of bounds" errNilAccess = "attempt to access a nil address" errOverOrUnderflow = "over- or underflow" errConstantDivisionByZero = "division by zero" -- cgit 1.4.1-2-gfad0