qtmobility/src/publishsubscribe/xqsettingsmanager_symbian/xqpublishandsubscribeutils.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
--- a/qtmobility/src/publishsubscribe/xqsettingsmanager_symbian/xqpublishandsubscribeutils.cpp	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/src/publishsubscribe/xqsettingsmanager_symbian/xqpublishandsubscribeutils.cpp	Wed Jun 23 19:08:38 2010 +0300
@@ -72,7 +72,7 @@
     Defines a propery
     \param key XQPublishAndSubscribeSettingsKey which defines the propery details
     \param type Propery type (NOTE: TypeDouble is not supported by Publish and Subscribe.)
-    \return True if the property was succesfully defined, otherwise return false.
+    \return True if the property was successfully defined, otherwise return false.
 */
 bool XQPublishAndSubscribeUtils::defineProperty(const XQPublishAndSubscribeSettingsKey& key, XQSettingsManager::Type type)
 {
@@ -85,7 +85,7 @@
     \param type Propery type (NOTE: TypeDouble is not supported by Publish and Subscribe.)
     \param readPolicy Policy definition for read operations
     \param writePolicy Policy definition for write operations
-    \return True if the property was succesfully defined, otherwise return false.
+    \return True if the property was successfully defined, otherwise return false.
 */
 bool XQPublishAndSubscribeUtils::defineProperty(const XQPublishAndSubscribeSettingsKey& key, XQSettingsManager::Type type,
     const XQPublishAndSubscribeSecurityPolicy& readPolicy, const XQPublishAndSubscribeSecurityPolicy& writePolicy)
@@ -96,7 +96,7 @@
 /* 
     Deletes a propery
     \param key XQPublishAndSubscribeSettingsKey which defines the propery details
-    \return True if the property was succesfully defined, otherwise return false.
+    \return True if the property was successfully defined, otherwise return false.
 */
 bool XQPublishAndSubscribeUtils::deleteProperty(const XQPublishAndSubscribeSettingsKey& key)
 {