Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2014-10-27 09:53:29 +0300
committerMilo Yip <miloyip@gmail.com>2014-10-27 09:53:29 +0300
commit8fc0e57926cb8adb35834526840f7308031d4c62 (patch)
treed079f7bae804c7e112c84fc5959d88e01943f26e /include
parent1950efd6760fc89a074ae5b989e560edded92578 (diff)
parent32525a5d5e7018b29fb2190bcabc01aa43d76f04 (diff)
Merge pull request #177 from spl/use-deprecated
Use 'deprecated' instead of 'depreciated'
Diffstat (limited to 'include')
-rw-r--r--include/rapidjson/filestream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rapidjson/filestream.h b/include/rapidjson/filestream.h
index 6995b3d3..5fe00362 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