From 29137380652bd9b151bc24a00e4b97c4247b3aa9 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 5 May 2013 00:33:57 -0500 Subject: Fix typos. --- libtdepim/progressmanager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libtdepim/progressmanager.h') diff --git a/libtdepim/progressmanager.h b/libtdepim/progressmanager.h index 48c21181..04491965 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 -- cgit v1.2.3