diff --git a/compiler/ccgstmts.nim b/compiler/ccgstmts.nim index c2c82010fb..3a2042ae19 100644 --- a/compiler/ccgstmts.nim +++ b/compiler/ccgstmts.nim @@ -1165,7 +1165,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: */