qtmobility/src/publishsubscribe/xqsettingsmanager_symbian/xqcentralrepositoryutils.cpp
changeset 14 6fbed849b4f4
parent 11 06b8e2af4411
--- a/qtmobility/src/publishsubscribe/xqsettingsmanager_symbian/xqcentralrepositoryutils.cpp	Fri Jun 11 14:26:25 2010 +0300
+++ b/qtmobility/src/publishsubscribe/xqsettingsmanager_symbian/xqcentralrepositoryutils.cpp	Wed Jun 23 19:08:38 2010 +0300
@@ -114,7 +114,7 @@
     \param value Initial value to be written into central repository. The type is determined with
     QVariant.type() and it must be either QVariant::Int, QVariant::Double, QVariant::String or
     QVariant::ByteArray.
-    \return True if the key was succesfully created, otherwise return false.
+    \return True if the key was successfully created, otherwise return false.
 */
 bool XQCentralRepositoryUtils::createKey(const XQCentralRepositorySettingsKey& key, const QVariant& value)
 {
@@ -125,7 +125,7 @@
     Deletes a key from central repository. (NOTE: This function is not enabled in public
     releases by default.)
     \param key XQCentralRepositorySettingsKey which defines the key details
-    \return True if the key was succesfully deleted, otherwise return false.
+    \return True if the key was successfully deleted, otherwise return false.
 */
 bool XQCentralRepositoryUtils::deleteKey(const XQCentralRepositorySettingsKey& key)
 {
@@ -135,7 +135,7 @@
 /*
     Resets a key in central repository to it's initial value defined in .ini file.
     \param key XQCentralRepositorySettingsKey which defines the key details
-    \return True if the key was succesfully reset, otherwise return false.
+    \return True if the key was successfully reset, otherwise return false.
 */
 bool XQCentralRepositoryUtils::resetKey(const XQCentralRepositorySettingsKey& key)
 {
@@ -145,7 +145,7 @@
 /*
     Resets the whole central repository file to it's initial state defined in .ini file.
     \param repositoryUid Repository UID
-    \return True if the repository was succesfully reset, otherwise return false.
+    \return True if the repository was successfully reset, otherwise return false.
 */
 bool XQCentralRepositoryUtils::resetRepository(long int repositoryUid)
 {
@@ -166,7 +166,7 @@
     Starts transaction. See Symbian documentation for more info.
     \param repositoryUid Repository UID
     \param transactionMode Transaction mode.
-    \return True if the transaction was succesfully started, otherwise return false.
+    \return True if the transaction was successfully started, otherwise return false.
 */
 bool XQCentralRepositoryUtils::startTransaction(long int repositoryUid, TransactionMode transactionMode)
 {
@@ -176,7 +176,7 @@
 /*
     Commits transaction. See Symbian documentation for more info.
     \param repositoryUid Repository UID
-    \return True if the transaction was succesfully committed, otherwise return false.
+    \return True if the transaction was successfully committed, otherwise return false.
 */
 bool XQCentralRepositoryUtils::commitTransaction(long int repositoryUid)
 {