X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fobject%2Fpath_walker.hpp;h=831b191f0beda08c4d4e5b18071b3712c54eead8;hb=08ccb17345a52f5ffd8a5dd6ecf675cad55f16a7;hp=829eca175f9b547262d3a1c2273c7319a788ccf0;hpb=1a36ad149a4ee89a601d523878d168ed3b68ae62;p=supertux.git diff --git a/src/object/path_walker.hpp b/src/object/path_walker.hpp index 829eca175..831b191f0 100644 --- a/src/object/path_walker.hpp +++ b/src/object/path_walker.hpp @@ -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);