From: Tobias Gläßer Date: Wed, 21 Jul 2004 19:40:09 +0000 (+0000) Subject: Fixed typo. X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7b53008a4d43e645f74cd56067428af4f590aef7;p=supertux.git Fixed typo. SVN-Revision: 1612 --- diff --git a/lib/special/base.h b/lib/special/base.h index 7381dc1df..22af93314 100644 --- a/lib/special/base.h +++ b/lib/special/base.h @@ -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 {