False.st
changeset 20195 fac36b1a37bf
parent 19112 87d8aec7ec48
child 20206 51652e7f46dd
child 22051 bd0a85c34562
--- a/False.st	Mon Aug 01 11:28:46 2016 +0200
+++ b/False.st	Mon Aug 01 12:43:13 2016 +0200
@@ -41,8 +41,8 @@
     False has only one instance, false, representing logical falsehood.
 
     Some methods are implemented here and in True, instead of the common
-    superclass Boolean. This has the advantage, that no truth-value checks 
-    are needed, but instead the thruth check is done in the method lookup.
+    superclass Boolean. This has the advantage that no truth-value checks
+    are needed, but instead the truth check is done in the method lookup.
     However, remember that some messages to booleans are inline coded in
     the compilers (both interpreted and machine code). Therefore redefinition
     of some methods here will not have any effect on compiled code.