diff options
Diffstat (limited to 'include/timer.h')
-rw-r--r-- | include/timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/timer.h b/include/timer.h index 1f6da4521..5c899f059 100644 --- a/include/timer.h +++ b/include/timer.h @@ -84,7 +84,7 @@ class TimerManager : public Extensible * @param T an InspTimer derived class to add */ void AddTimer(InspTimer* T); - /** Delete and InspTImer + /** Delete an InspTimer * @param T an InspTimer derived class to delete */ void DelTimer(InspTimer* T); |