#303: Typo fixes from mathnerd314
[supertux.git] / src / object / path_walker.hpp
index 829eca1..831b191 100644 (file)
@@ -36,7 +36,7 @@ public:
   virtual ~PathWalker();
 
   /**
-   * advanves the path walker on the path and returns the position delta
+   * advances the path walker on the path and returns the position delta
    * to the last position
    */
   virtual Vector advance(float elapsed_time);