Update of /cvsroot/super-tux/supertux/lib/special
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10355/lib/special
Modified Files:
base.h
Log Message:
Fixed typo.
Index: base.h
===================================================================
RCS file: /cvsroot/super-tux/supertux/lib/special/base.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- base.h 21 Jul 2004 16:51:52 -0000 1.3
+++ base.h 21 Jul 2004 19:40:09 -0000 1.4
@@ -30,7 +30,7 @@
/// '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
{
|