connectivity: Fix typo on success word
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Fri, 16 Jun 2017 11:10:33 +0000 (13:10 +0200)
committerPhil Coval <philippe.coval@osg.samsung.com>
Thu, 22 Jun 2017 05:36:30 +0000 (05:36 +0000)
Change-Id: I74042b17ef67725c42b40eb239e977c43e60ec10
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/20875
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
(cherry picked from commit 62ea2a7f506ddf23ebb8985b03ad640ed361a8c4)
Reviewed-on: https://gerrit.iotivity.org/gerrit/20931
Reviewed-by: Peter Hatina <phatina@gmail.com>
resource/include/CAManager.h

index 2a8ac4f..4fb71ad 100644 (file)
@@ -148,7 +148,7 @@ namespace OC
          *        0: OC_USER_PREF_CLOUD (default)
          *        1: OC_USER_PREF_LOCAL_UDP
          *        2: OC_USER_PREF_LOCAL_TCP
-         * @return ::OC_STACK_OK if sucess.
+         * @return ::OC_STACK_OK if succes.
          */
         OCStackResult setConnectionManagerUserConfig(OCConnectUserPref_t connPriority);
 #endif