Browse Source

- Corrected typo.

MelvMay-GG 12 years ago
parent
commit
6f8d3d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      engine/source/2d/scene/Scene.cc

+ 1 - 1
engine/source/2d/scene/Scene.cc

@@ -3742,7 +3742,7 @@ SceneObject* Scene::create( const char* pType )
     // Sanity!
     AssertFatal( pSceneObject != NULL, "Scene::create() - Failed to create type via class rep." );
 
-    // Attemp to register the object.
+    // Attempt to register the object.
     if ( !pSceneObject->registerObject() )
     {
         // No, so warn.