From 8439f488f0bb91c38aa6e4e56d217615b7d78992 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 30 Jul 2003 23:13:06 +0000 Subject: [PATCH] fixed spelling --- src/ca/tcpRecvWatchdog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/tcpRecvWatchdog.cpp b/src/ca/tcpRecvWatchdog.cpp index 752fa71aa..a34fe5009 100644 --- a/src/ca/tcpRecvWatchdog.cpp +++ b/src/ca/tcpRecvWatchdog.cpp @@ -51,7 +51,7 @@ tcpRecvWatchdog::expire ( const epicsTime & /* currentTime */ ) // X aCC 361 this->cacRef.printf ( "when there are incoming messages pending probably because the application\n" ); this->cacRef.printf ( - "isnt properly schedualed.\n" ); + "isnt properly scheduled.\n" ); } this->cancel (); # ifdef DEBUG