aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorE7-87-83 <fungcheokyin@gmail.com>2022-01-13 17:35:47 +0800
committerE7-87-83 <fungcheokyin@gmail.com>2022-01-13 17:35:47 +0800
commit70b4929f9c722f9b6a7e7566201e96c6df12fe25 (patch)
tree56d70b9030fb4f30c1e0c305d28e24442a099b0a
parent1ce263c8f221f47a046997b665845dbe5680ed9e (diff)
downloadperlweeklychallenge-club-70b4929f9c722f9b6a7e7566201e96c6df12fe25.tar.gz
perlweeklychallenge-club-70b4929f9c722f9b6a7e7566201e96c6df12fe25.tar.bz2
perlweeklychallenge-club-70b4929f9c722f9b6a7e7566201e96c6df12fe25.zip
typo
-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 [