[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Thu Oct 7 22:28:14 UTC 2004


CVS commit by okellogg: 

Fix typo.


  M +4 -4      codegenerator.h   1.30
  M +2 -2      umlobject.h   1.43


--- kdesdk/umbrello/umbrello/codegenerator.h  #1.29:1.30
@@ -232,5 +232,5 @@ public:
 
         /**
-         * Finds an appropiate file name for class c, taking into account the Overwrite
+         * Finds an appropriate file name for class c, taking into account the Overwrite
          * Policy and asking the user what to do if need be. (if policy == Ask)
          *
@@ -260,6 +260,6 @@ public:
        /**
          * Finds all classes in the current document to which objects of class c
-         * are in some way related. Posible relations are Associations (gneratlization,
-         * composition, etc) as well as parameters to methos and return values
+         * are in some way related. Possible relations are Associations (generalization,
+         * composition, etc) as well as parameters to methods and return values
          * this is useful in deciding which classes/files to import/include in code generation
          * @param c the class for which relations are to be found
@@ -284,5 +284,5 @@ public:
         /**
          * Create a new code generation policy object.
-         * This is not pure virutal because the vannila codegenerationpolicy may be
+         * This is not pure virutal because the vanilla codegenerationpolicy may be
          * of sufficient utility that a sub-class isnt needed.
          */

--- kdesdk/umbrello/umbrello/umlobject.h  #1.42:1.43
@@ -289,5 +289,5 @@ public:
          * tells if this UMLObject can accept the association
          * type. When creating an association another check is made to
-         * see if the associaiton is valid. For example a UMLClass
+         * see if the association is valid. For example a UMLClass
          * (UMLClassifier) can accept generalizations and should
          * return true. If while creating a generalization the
@@ -320,5 +320,5 @@ public slots:
 
 signals:
-        /** emited when the UMLObject has changed. Note that some objects emit
+        /** Emitted when the UMLObject has changed. Note that some objects emit
           * this signal when one of its children changes, for example, a UMLClass
           * emits a modified() signal when one of its operation changes while the Operation






More information about the umbrello-devel mailing list