From 79caa85485da4ab6c3ea1ef6d19826e5205e1b7f Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 9 Sep 1999 18:50:28 +0000 Subject: [PATCH] fixed spelling --- src/cas/generic/casdef.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cas/generic/casdef.h b/src/cas/generic/casdef.h index 0557400b8..e7dcbb2f6 100644 --- a/src/cas/generic/casdef.h +++ b/src/cas/generic/casdef.h @@ -198,7 +198,7 @@ public: // // const pvAttachReturn &operator = (casPV &pvIn) // - // The above assignement operator is not included + // The above assignment operator is not included // because it does not match the strict definition of an // assignement operator unless "const casPV &" // is passed in, and we cant use a const PV @@ -225,7 +225,7 @@ private: }; // -// pvCreateReturn (depricated) +// pvCreateReturn (deprecated) // (the class "pvCreateReturn" will be deleted in a future release) // class epicsShareClass pvCreateReturn : public pvAttachReturn { @@ -590,7 +590,7 @@ private: public: // - // This constructor has been depricated, and is preserved for + // This constructor has been deprecated, and is preserved for // backwards compatibility only. Please do not use it. // epicsShareFunc casPV (caServer &);