diff options
Diffstat (limited to 'libtdepim/progressmanager.h')
-rw-r--r-- | libtdepim/progressmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdepim/progressmanager.h b/libtdepim/progressmanager.h index 48c21181a..044919657 100644 --- a/libtdepim/progressmanager.h +++ b/libtdepim/progressmanager.h @@ -278,7 +278,7 @@ class KDE_EXPORT ProgressManager : public TQObject static ProgressManager * instance(); /** - * Use this to aquire a unique id number which can be used to discern + * Use this to acquire a unique id number which can be used to discern * an operation from all others going on at the same time. Use that * number as the id string for your progressItem to ensure it is unique. * @return @@ -287,7 +287,7 @@ class KDE_EXPORT ProgressManager : public TQObject /** * Creates a ProgressItem with a unique id and the given label. - * This is the simplest way to aquire a progress item. It will not + * This is the simplest way to acquire a progress item. It will not * have a parent and will be set to be cancellable and not using crypto. * * @param label The text to be displayed by progress handlers. It will be |