X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftimer.hpp;h=4168baefda36b55a988f6627388731c6877059dc;hb=08ccb17345a52f5ffd8a5dd6ecf675cad55f16a7;hp=8dd9400f9cc5fa28c800497ad55975141115dacc;hpb=1a36ad149a4ee89a601d523878d168ed3b68ae62;p=supertux.git diff --git a/src/timer.hpp b/src/timer.hpp index 8dd9400f9..4168baefd 100644 --- a/src/timer.hpp +++ b/src/timer.hpp @@ -33,12 +33,12 @@ public: ~Timer(); /** start the timer with the given period (in seconds). - * If cyclic=true then the timer willl be reset after each period. + * If cyclic=true then the timer will be reset after each period. * Set period to zero if you want to disable the timer. */ void start(float period, bool cyclic = false); /** returns true if a period (or more) passed since start call or last - * successfull check + * successful check */ bool check(); /** stop the timer */