Fixed typo.
authorTobias Gläßer <tobi.web@gmx.de>
Wed, 21 Jul 2004 19:40:09 +0000 (19:40 +0000)
committerTobias Gläßer <tobi.web@gmx.de>
Wed, 21 Jul 2004 19:40:09 +0000 (19:40 +0000)
SVN-Revision: 1612

lib/special/base.h

index 7381dc1..22af933 100644 (file)
@@ -30,7 +30,7 @@ namespace SuperTux
 
   /// 'Base' type for game objects.
   /** Mainly for layered use in game objects.
-      Containts upper left X and Y coordinates of an
+      Contains upper left X and Y coordinates of an
       object along with its width and height. */
   struct base_type
     {