[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Wed Jan 7 08:35:01 UTC 2004


CVS commit by okellogg: 

Fix typos.


  M +5 -5      classifier.h   1.21


--- kdesdk/umbrello/umbrello/classifier.h  #1.20:1.21
@@ -83,5 +83,5 @@ public:
          * Appends an operation to the classifier.
          * @see bool addOperation(UMLOperation* Op, int position = -1)
-         * This function is normaly only used by the clipboard functionality
+         * This function is mainly intended for the clipboard.
          *
          * @param Op            Pointer to the UMLOperation to add.
@@ -102,6 +102,6 @@ public:
         /**
          * Remove an operation from the Classifier.
-         * The Operation is not deleted, so the called is responsible for what happens
-         * to it after this
+         * The operation is not deleted so the caller is responsible for what
+         * happens to it after this.
          *
          * @param op    The operation to remove.
@@ -221,9 +221,9 @@ public:
 signals:
         /** Signals that a new UMLOperation has been added to the classifer.
-          * The signal is emmited in adition to the generic childObjectAdded( )
+          * The signal is emitted in adition to the generic childObjectAdded()
           */
         void operationAdded(UMLOperation *);
         /** Signals that a UMLOperation has been removed from the classifer.
-          * The signal is emmited in adition to the generic childObjectRemoved( )
+          * The signal is emitted in adition to the generic childObjectRemoved()
           */
         void operationRemoved(UMLOperation*);






More information about the umbrello-devel mailing list