AbortAllOperationRequest.st
branchjv
changeset 18017 7fef9e17913f
parent 18011 deb0c3355881
parent 14701 50c3faf6eb60
--- a/AbortAllOperationRequest.st	Wed Jan 23 10:08:55 2013 +0000
+++ b/AbortAllOperationRequest.st	Mon Jan 28 21:53:19 2013 +0000
@@ -41,7 +41,7 @@
     If unhandled, this is equivalent to raising the AbortOperationRequest.
     However, some applications catch this signal when performing an operation
     on multiple objects (such as a fileBrowser, when deleting multiple files).
-    In these situations, Abort is typically cought to cancel a single
+    In these situations, Abort is typically caught to cancel a single
     operation, while AbortAll is used to cancel the whole action.
 "
 ! !
@@ -85,11 +85,12 @@
 !AbortAllOperationRequest class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/AbortAllOperationRequest.st,v 1.8 2011-02-09 12:59:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbortAllOperationRequest.st,v 1.9 2013-01-24 15:24:00 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/AbortAllOperationRequest.st,v 1.8 2011-02-09 12:59:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/AbortAllOperationRequest.st,v 1.9 2013-01-24 15:24:00 cg Exp $'
 ! !
 
+
 AbortAllOperationRequest initialize!