diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-05 00:33:57 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-05-05 00:33:57 -0500 |
commit | 29137380652bd9b151bc24a00e4b97c4247b3aa9 (patch) | |
tree | db954dc8a0b50581fd2a2acdfc1c91693966dd8c /libtdepim | |
parent | 7bd54f5a796f6f1276bbd310deaf1f2ac673954d (diff) | |
download | tdepim-29137380652bd9b151bc24a00e4b97c4247b3aa9.tar.gz tdepim-29137380652bd9b151bc24a00e4b97c4247b3aa9.zip |
Fix typos.
Diffstat (limited to 'libtdepim')
-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 |