changed: #documentation
authorClaus Gittinger <cg@exept.de>
Thu, 20 May 2010 11:38:12 +0200
changeset 9494 bc6540ee3987
parent 9493 3fc4fb8c1b0a
child 9495 546f349805ee
changed: #documentation
DiffListUtility.st
--- a/DiffListUtility.st	Thu May 20 11:18:17 2010 +0200
+++ b/DiffListUtility.st	Thu May 20 11:38:12 2010 +0200
@@ -37,7 +37,7 @@
 documentation
 "
     a utility to encapsulate access to the diff command
-    (may be a facede to a smalltalk-diff algorithm, eventually)
+    (may also be a facade to a smalltalk-diff algorithm, eventually)
 
     [author:]
         cg (cg@CG-PC)
@@ -217,5 +217,5 @@
 !DiffListUtility class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DiffListUtility.st,v 1.2 2010-02-01 11:28:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DiffListUtility.st,v 1.3 2010-05-20 09:38:12 cg Exp $'
 ! !