NoteBookView.st
changeset 2718 3da9fcf60559
parent 2706 396f42adc012
child 2723 8532bbba673b
--- a/NoteBookView.st	Wed Jun 09 17:19:52 2004 +0200
+++ b/NoteBookView.st	Mon Jun 14 17:07:35 2004 +0200
@@ -2423,7 +2423,7 @@
 !
 
 selectedTab
-    "returns the selected tab ot nil
+    "returns the selected tab or nil
     "
     (selection notNil and:[selection ~~ 0]) ifTrue:[
         ^ list at:selection ifAbsent:nil
@@ -2815,5 +2815,5 @@
 !NoteBookView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/NoteBookView.st,v 1.92 2004-05-11 15:46:46 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/NoteBookView.st,v 1.93 2004-06-14 15:07:35 ca Exp $'
 ! !