Skip to content

Commit 52f5bad

Browse files
authored
Fix typo
1 parent a339041 commit 52f5bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/iovm/io/Z_CLI.io

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ CLI := Object clone do(
108108
outPrompt print
109109

110110
if(exc := try(getSlot("result") asString println),
111-
"<exception while dislaying result>" println
111+
"<exception while displaying result>" println
112112
exc showStack
113113
)
114114
)

0 commit comments

Comments
 (0)