aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--challenge-068/cheok-yin-fung/smalltalk/ch-2.st2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-068/cheok-yin-fung/smalltalk/ch-2.st b/challenge-068/cheok-yin-fung/smalltalk/ch-2.st
index f4010ea6b6..e8e7c12787 100644
--- a/challenge-068/cheok-yin-fung/smalltalk/ch-2.st
+++ b/challenge-068/cheok-yin-fung/smalltalk/ch-2.st
@@ -4,7 +4,7 @@
"Usage: gst -S ch-2.st"
"written on 30th Jan 2021"
"Smalltalk has built-in Linked List,
-here is reventing the wheel."
+here is reinventing the wheel."
Object subclass: Node [