From 15d85c2f87c538cb7dbf2bf71ba81594f68fb6e0 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Wed, 20 Aug 2014 06:27:24 -0400 Subject: [PATCH] fix misspelled field names: nanoSecond => nanosecond; hystersis=>hysteresis --- documentation/RELEASE_NOTES.html | 4 ++ documentation/RELEASE_NOTES.md | 9 +++ documentation/pvDataCPP.html | 88 +++++++++++++++--------------- src/copy/createRequest.cpp | 23 ++++---- src/factory/StandardField.cpp | 22 ++++---- src/property/pvTimeStamp.cpp | 4 +- src/property/timeStamp.cpp | 42 +++++++------- src/property/timeStamp.h | 12 ++-- src/pv/standardField.h | 2 +- testApp/copy/testCreateRequest.cpp | 51 ++++++++++------- testApp/misc/testOverrunBitSet.cpp | 20 +++---- testApp/misc/testSerialization.cpp | 2 +- testApp/misc/testTimeStamp.cpp | 24 ++++---- testApp/property/testProperty.cpp | 6 +- testApp/pv/testBitSetUtil.cpp | 2 +- testApp/pv/testPVData.cpp | 2 +- 16 files changed, 170 insertions(+), 143 deletions(-) diff --git a/documentation/RELEASE_NOTES.html b/documentation/RELEASE_NOTES.html index ec45380..a575a95 100644 --- a/documentation/RELEASE_NOTES.html +++ b/documentation/RELEASE_NOTES.html @@ -3,6 +3,7 @@