From 740d86ea484125b4670786db590edb0ad70d137e Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 9 Mar 2001 00:23:57 +0000 Subject: [PATCH] fixed spelling --- src/cas/example/simple/exServer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cas/example/simple/exServer.h b/src/cas/example/simple/exServer.h index 43bee63d3..4303b66b5 100644 --- a/src/cas/example/simple/exServer.h +++ b/src/cas/example/simple/exServer.h @@ -406,7 +406,7 @@ private: class exAsyncReadIO : public casAsyncReadIO, public epicsTimerNotify { public: exAsyncReadIO ( const casCtx &ctxIn, exAsyncPV &pvIn, gdd &protoIn ); - virtaul ~exAsyncReadIO (); + virtual ~exAsyncReadIO (); private: exAsyncPV &pv; epicsTimer &timer; @@ -439,7 +439,7 @@ class exAsyncCreateIO : public casAsyncPVAttachIO, public epicsTimerNotify { public: exAsyncCreateIO ( pvInfo &pviIn, exServer &casIn, const casCtx &ctxIn, bool scanOnIn ); - virtaul ~exAsyncCreateIO (); + virtual ~exAsyncCreateIO (); private: pvInfo &pvi; epicsTimer &timer;