From a1f2ed3e5fbd28fc8aa6fd4a8a9d142b484b2690 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 16 Jun 1998 02:04:07 +0000 Subject: [PATCH] fixed spelling --- src/libCom/fdManager.h | 7 +++++-- src/libCom/fdmgr/fdManager.h | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/libCom/fdManager.h b/src/libCom/fdManager.h index 5de6e2735..49530163f 100644 --- a/src/libCom/fdManager.h +++ b/src/libCom/fdManager.h @@ -32,6 +32,9 @@ * * History * $Log$ + * Revision 1.8 1998/02/05 21:12:10 jhill + * removed questionable inline + * * Revision 1.7 1997/08/05 00:37:01 jhill * removed warnings * @@ -95,7 +98,7 @@ public: virtual void show (unsigned level) const; private: - const SOCKET fd; + const SOCKET fd; const fdRegType type; }; @@ -162,7 +165,7 @@ private: unsigned processInProg; // // Set to fdreg when in call back - // and nill ortherwise + // and nill otherwise // fdReg *pCBReg; diff --git a/src/libCom/fdmgr/fdManager.h b/src/libCom/fdmgr/fdManager.h index 5de6e2735..49530163f 100644 --- a/src/libCom/fdmgr/fdManager.h +++ b/src/libCom/fdmgr/fdManager.h @@ -32,6 +32,9 @@ * * History * $Log$ + * Revision 1.8 1998/02/05 21:12:10 jhill + * removed questionable inline + * * Revision 1.7 1997/08/05 00:37:01 jhill * removed warnings * @@ -95,7 +98,7 @@ public: virtual void show (unsigned level) const; private: - const SOCKET fd; + const SOCKET fd; const fdRegType type; }; @@ -162,7 +165,7 @@ private: unsigned processInProg; // // Set to fdreg when in call back - // and nill ortherwise + // and nill otherwise // fdReg *pCBReg;