From cc62a121697f636f3d668f66da6473c4fcb9bf04 Mon Sep 17 00:00:00 2001 From: Philippe Coval Date: Fri, 16 Jun 2017 13:10:33 +0200 Subject: [PATCH] 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 --- resource/include/CAManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4