From 3d9b1e4db250261f995b60fdf28812f33a847a89 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Thu, 1 Nov 2012 10:39:14 +0100 Subject: Fix a typo Change-Id: Ie583489b0881aea962a6c7afd257f925e245544e Reviewed-by: Robin Burchell --- src/organizer/qorganizermanagerengine.cpp | 4 ++-- 1 file 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 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 -- cgit v1.2.3