DiffTextView.st
changeset 110 570a38362ae1
parent 69 0d6acfdae045
child 111 b4ef3e799345
--- a/DiffTextView.st	Thu Aug 03 03:38:05 1995 +0200
+++ b/DiffTextView.st	Thu Aug 10 15:14:54 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.5 1995-02-22 01:24:40 claus Exp $
+$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.6 1995-08-10 13:14:03 claus Exp $
 '!
 
 !DiffTextView class methodsFor:'documentation'!
@@ -42,7 +42,8 @@
 
 version
 "
-$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.5 1995-02-22 01:24:40 claus Exp $
+$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.6 1995-08-10 13:14:03 claus Exp $
+$Revision: 1.6 $
 "
 !
 
@@ -236,7 +237,7 @@
 !DiffTextView methodsFor:'accessing'!
 
 text1:t1 text2:t2
-    |tmpFile1 tmpFile2 Name1 tmpName2 stream line text1 text2 diffList pidString|
+    |tmpFile1 tmpFile2 name1 tmpName2 stream line text1 text2 diffList pidString|
 
     text1 := t1 asStringCollection.
     text2 := t2 asStringCollection.