Darren Ranalli 22 лет назад
Родитель
Сommit
192e70d365
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      panda/src/collide/collisionHandler.h

+ 1 - 1
panda/src/collide/collisionHandler.h

@@ -28,7 +28,7 @@ class CollisionEntry;
 ///////////////////////////////////////////////////////////////////
 //       Class : CollisionHandler
 // Description : The abstract interface to a number of classes that
-//               decide what to do what a collision is detected.  One
+//               decide what to do when a collision is detected.  One
 //               of these must be assigned to the CollisionTraverser
 //               that is processing collisions in order to specify how
 //               to dispatch detected collisions.