changeset 159:7b111e084aca

Fix typo in comment.
author Simon Cross <hodgestar@gmail.com>
date Tue, 05 Apr 2011 23:18:02 +0200
parents 794565c8f9f4
children d44a66ca3fd9
files skaapsteker/physics.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/skaapsteker/physics.py	Tue Apr 05 23:14:48 2011 +0200
+++ b/skaapsteker/physics.py	Tue Apr 05 23:18:02 2011 +0200
@@ -240,7 +240,7 @@
                         break
                 sprite.on_solid = still_on_solid
             else:
-                # Are we currently in contact with the groun
+                # Are we currently in contact with the ground
                 for other in self._collision_groups[sprite.collision_layer]:
                     if (other.floor or other.block) and collides(other.collide_rect):
                         sprite.on_solid = True