Use 'deprecated' instead of 'depreciated'

This commit is contained in:
Sean Leather 2014-10-26 14:51:35 +02:00
parent c1a57c37ff
commit 32525a5d5e
3 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
namespace rapidjson { 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. This simple wrapper does not check the validity of the stream.
\note implements Stream concept \note implements Stream concept

View File

@ -315,7 +315,7 @@ TEST_F(RapidJson, UTF8_Validate) {
} }
} }
// Depreciated. // Deprecated.
//TEST_F(RapidJson, FileStream_Read) { //TEST_F(RapidJson, FileStream_Read) {
// for (size_t i = 0; i < kTrialCount; i++) { // for (size_t i = 0; i < kTrialCount; i++) {
// FILE *fp = fopen(filename_, "rb"); // FILE *fp = fopen(filename_, "rb");

View File

@ -60,7 +60,7 @@ protected:
size_t length_; size_t length_;
}; };
// Depreciated // Deprecated
//TEST_F(FileStreamTest, FileStream_Read) { //TEST_F(FileStreamTest, FileStream_Read) {
// FILE *fp = fopen(filename_, "rb"); // FILE *fp = fopen(filename_, "rb");
// ASSERT_TRUE(fp != 0); // ASSERT_TRUE(fp != 0);