summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-11-01 10:39:14 +0100
committerRobin Burchell <robin+qt@viroteck.net>2012-11-01 10:49:27 +0100
commit3d9b1e4db250261f995b60fdf28812f33a847a89 (patch)
tree2d815561998019f06d32eac1e70bbdfefd11235f
parente8188db390825ee5b68c0e3c7f580d8f167ab7cf (diff)
Fix a typo
Change-Id: Ie583489b0881aea962a6c7afd257f925e245544e Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
-rw-r--r--src/organizer/qorganizermanagerengine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/organizer/qorganizermanagerengine.cpp b/src/organizer/qorganizermanagerengine.cpp
index 1887a8aef5..cf49c63b62 100644
--- a/src/organizer/qorganizermanagerengine.cpp
+++ b/src/organizer/qorganizermanagerengine.cpp
@@ -1978,7 +1978,7 @@ QList<QOrganizerCollection> QOrganizerManagerEngine::collections(QOrganizerManag
}
/*!
- Returns true if the saving of the \a collection was successfull otherwise false.
+ Returns true if the saving of the \a collection was successful otherwise false.
Any errors encountered during this operation should be stored to
\a error.
\since 1.1
@@ -1992,7 +1992,7 @@ bool QOrganizerManagerEngine::saveCollection(QOrganizerCollection* collection, Q
}
/*!
- Returns true if the removing of the \a collectionId was successfull otherwise false.
+ Returns true if the removing of the \a collectionId was successful otherwise false.
Any errors encountered during this operation should be stored to
\a error.
\since 1.1