Skip to content

Commit fe08317

Browse files
committed
typo
1 parent 061f354 commit fe08317

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/system/jssys.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ proc setCurrentException*(exc: ref Exception) =
7575
proc pushCurrentException(e: sink(ref Exception)) {.compilerRtl, inline.} =
7676
## Used to set up exception handling for closure iterators.
7777
78-
# XXX Shouldn't there be execption stack like in excpt.nim?
78+
# XXX Shouldn't there be exception stack like in excpt.nim?
7979
setCurrentException(e)
8080
8181
proc auxWriteStackTrace(f: PCallFrame): string =

tests/iter/tyieldintry.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ block: # Wrong except
200200

201201
testExc(it, 0, 1)
202202

203-
block: # Nexted except without finally
203+
block: # Nested except without finally
204204
iterator it(): int {.closure.} =
205205
try:
206206
try:

0 commit comments

Comments
 (0)