From fc89b62febb810e8ec0c80fecac2492f0183145a Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 1 Dec 1999 00:00:13 +0000 Subject: [PATCH] fixed typo --- src/libCom/timer/osiTimer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/timer/osiTimer.h b/src/libCom/timer/osiTimer.h index 0ff76b1e8..561c169b6 100644 --- a/src/libCom/timer/osiTimer.h +++ b/src/libCom/timer/osiTimer.h @@ -95,7 +95,7 @@ public: // // called if // 1) osiTimer exists and the osiTimerQueue is deleted - // 2) when the osiTimer expires and again() returs false + // 2) when the osiTimer expires and again() returns false // // osiTimer::destroy() does a "delete this" //