diff --git a/compiler/ccgstmts.nim b/compiler/ccgstmts.nim index 66fc68c93a..8e25f07bcb 100644 --- a/compiler/ccgstmts.nim +++ b/compiler/ccgstmts.nim @@ -1060,7 +1060,7 @@ proc genTryCpp(p: BProc, t: PNode, d: var TLoc) = throw; } } catch(...) { - // C++ exception occured, not under Nim's control. + // C++ exception occurred, not under Nim's control. } { /* finally: */