From 32525a5d5e7018b29fb2190bcabc01aa43d76f04 Mon Sep 17 00:00:00 2001 From: Sean Leather Date: Sun, 26 Oct 2014 14:51:35 +0200 Subject: [PATCH] Use 'deprecated' instead of 'depreciated' --- include/rapidjson/filestream.h | 2 +- test/perftest/rapidjsontest.cpp | 2 +- test/unittest/filestreamtest.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/rapidjson/filestream.h b/include/rapidjson/filestream.h index 6995b3d..5fe0036 100644 --- a/include/rapidjson/filestream.h +++ b/include/rapidjson/filestream.h @@ -26,7 +26,7 @@ namespace rapidjson { -//! (Depreciated) Wrapper of C file stream for input or output. +//! (Deprecated) Wrapper of C file stream for input or output. /*! This simple wrapper does not check the validity of the stream. \note implements Stream concept diff --git a/test/perftest/rapidjsontest.cpp b/test/perftest/rapidjsontest.cpp index d6e02ef..6aa57be 100644 --- a/test/perftest/rapidjsontest.cpp +++ b/test/perftest/rapidjsontest.cpp @@ -315,7 +315,7 @@ TEST_F(RapidJson, UTF8_Validate) { } } -// Depreciated. +// Deprecated. //TEST_F(RapidJson, FileStream_Read) { // for (size_t i = 0; i < kTrialCount; i++) { // FILE *fp = fopen(filename_, "rb"); diff --git a/test/unittest/filestreamtest.cpp b/test/unittest/filestreamtest.cpp index b3f951a..a176332 100644 --- a/test/unittest/filestreamtest.cpp +++ b/test/unittest/filestreamtest.cpp @@ -60,7 +60,7 @@ protected: size_t length_; }; -// Depreciated +// Deprecated //TEST_F(FileStreamTest, FileStream_Read) { // FILE *fp = fopen(filename_, "rb"); // ASSERT_TRUE(fp != 0);