fixed spelling

This commit is contained in:
Jeff Hill
1999-09-09 18:50:28 +00:00
parent 973a03b477
commit 79caa85485

View File

@@ -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 &);