Imported Upstream version 0.9.1
[platform/upstream/iotivity.git] / resource / include / OicJsonSerializer.hpp
index d7eb98e..280ac28 100644 (file)
@@ -72,7 +72,7 @@ namespace cereal
 {
   // ######################################################################
   //! An output archive designed to save data to JSON
-  /*! This archive uses RapidJSON to build serialie data to JSON.
+  /*! This archive uses RapidJSON to build serialized data to JSON.
 
       JSON archives provides a human readable output but at decreased
       performance (both in time and space) compared to binary archives.