Minor typo fixes.
authorSanjeev BA <as2902.b@samsung.com>
Wed, 4 Feb 2015 03:06:10 +0000 (12:06 +0900)
committerSudarshan Prasad <sudarshan.prasad@intel.com>
Mon, 9 Mar 2015 15:56:45 +0000 (15:56 +0000)
Change-Id: I9e36e8f6f9f88620b4d65a889f927d6c7c9c2f97
Signed-off-by: Sanjeev BA <as2902.b@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/302
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Sudarshan Prasad <sudarshan.prasad@intel.com>
resource/include/OCApi.h
resource/include/OCPlatform.h
resource/include/OCPlatform_impl.h
resource/include/OCResource.h
resource/include/OicJsonSerializer.hpp

index 153abbc..b8b1675 100644 (file)
@@ -110,9 +110,9 @@ namespace OC
     *  ServiceType: indicate InProc or OutOfProc
     *  ModeType   : indicate whether we want to do server, client or both
     *  ipAddress  : ip address of server.
-    *               if you speecifiy 0.0.0.0 : it listens on any interface.
+    *               if you specify 0.0.0.0 : it listens on any interface.
     *  port       : port of server.
-    *             : if you specifiy 0 : next available random port is used.
+    *             : if you specify 0 : next available random port is used.
     *             : if you specify 5683 : client discovery can work even if they don't specify port.
     *  QoS        : Quality of Service : CONFIRMABLE or NON CONFIRMABLE.
     */
index 87bad0f..e838019 100644 (file)
@@ -164,7 +164,7 @@ namespace OC
         *   //192.168.1.1/oc/a/light"
         * First parameter can take a relative URI and core will take care of preparing the fully
         * qualified URI OR
-        * first paramter can take fully qualified URI and core will take that as is for further
+        * first parameter can take fully qualified URI and core will take that as is for further
         * operations
         * NOTE: OCStackResult is defined in ocstack.h.
         */
index 71ca5f1..8f3ab47 100644 (file)
@@ -184,7 +184,7 @@ namespace OC
         *   //192.168.1.1/oc/a/light"
         * First parameter can take a relative URI and core will take care of preparing the fully
         * qualified URI OR
-        * first paramter can take fully qualified URI and core will take that as is for further
+        * first parameter can take fully qualified URI and core will take that as is for further
         * operations
         * NOTE: OCStackResult is defined in ocstack.h.
         */
@@ -478,7 +478,7 @@ namespace OC
         OCPlatform_impl(const PlatformConfig& config);
 
         /**
-        * Private function to initalize the platfrom
+        * Private function to initialize the platform
         */
         void init(const PlatformConfig& config);
 
index 7d07a86..503e85e 100644 (file)
@@ -349,7 +349,7 @@ namespace OC
 
         // TODO-CA Revisit this since we are exposing two identifiers
         /**
-        * Function to get a unqiue identifier for this
+        * Function to get a unique identifier for this
         * resource across network interfaces.  This will
         * be guaranteed unique for every resource-per-server
         * independent of how this was discovered.
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.