From e71fa7cc6bdd4f632b96517a7204d926e8805974 Mon Sep 17 00:00:00 2001 From: special Date: Sun, 24 Sep 2006 08:44:24 +0000 Subject: [PATCH] Speaking of misleading comments, 'Delete and InspTImer' isn't particularly descriptive git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5313 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5