model: fix comments in metamodel and metamodel::MMLocalClass::[]
authorAlexandre Terrasa <alexandre@moz-concept.com>
Fri, 4 May 2012 18:23:33 +0000 (14:23 -0400)
committerJean Privat <jean@pryen.org>
Tue, 8 May 2012 20:15:07 +0000 (16:15 -0400)
Signed-off-by: Alexandre Terrasa <alexandre@moz-concept.com>

src/metamodel/abstractmetamodel.nit
src/metamodel/metamodel.nit

index a35503a..71e9097 100644 (file)
@@ -501,7 +501,7 @@ abstract class MMLocalClass
                return _global_properties.has(glob)
        end
 
-       # Get a local proprty by its global property
+       # Get a local property by its global property
        fun [](glob: MMGlobalProperty): MMLocalProperty
        do
                return _local_property_by_global[glob]
index 2ea5ee3..0a40341 100644 (file)
@@ -15,7 +15,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-# NIT metamodel bottom module (aka metamodel featuring all extentions)
+# NIT metamodel bottom module (aka metamodel featuring all extensions)
 package metamodel
 
 import genericity