From: Philippe Coval Date: Fri, 16 Jun 2017 11:10:33 +0000 (+0200) Subject: connectivity: Fix typo on success word X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc62a121697f636f3d668f66da6473c4fcb9bf04;p=platform%2Fupstream%2Fiotivity.git connectivity: Fix typo on success word Change-Id: I74042b17ef67725c42b40eb239e977c43e60ec10 Signed-off-by: Philippe Coval Reviewed-on: https://gerrit.iotivity.org/gerrit/20875 Tested-by: jenkins-iotivity (cherry picked from commit 62ea2a7f506ddf23ebb8985b03ad640ed361a8c4) Reviewed-on: https://gerrit.iotivity.org/gerrit/20931 Reviewed-by: Peter Hatina --- diff --git a/resource/include/CAManager.h b/resource/include/CAManager.h index 2a8ac4f..4fb71ad 100644 --- a/resource/include/CAManager.h +++ b/resource/include/CAManager.h @@ -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