Skip to content

Commit 0798bd0

Browse files
ringaboutnarimiran
authored andcommitted
setjump => setjmp [backport: 1.2] (#19496)
(cherry picked from commit d028774)
1 parent c956aea commit 0798bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/commands.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ const
225225
errNoneBoehmRefcExpectedButXFound = "'none', 'boehm' or 'refc' expected, but '$1' found"
226226
errNoneSpeedOrSizeExpectedButXFound = "'none', 'speed' or 'size' expected, but '$1' found"
227227
errGuiConsoleOrLibExpectedButXFound = "'gui', 'console' or 'lib' expected, but '$1' found"
228-
errInvalidExceptionSystem = "'goto', 'setjump', 'cpp' or 'quirky' expected, but '$1' found"
228+
errInvalidExceptionSystem = "'goto', 'setjmp', 'cpp' or 'quirky' expected, but '$1' found"
229229

230230
proc testCompileOptionArg*(conf: ConfigRef; switch, arg: string, info: TLineInfo): bool =
231231
case switch.normalize

0 commit comments

Comments
 (0)