diff options
author | Sergio Ahumada <sahumada@blackberry.com> | 2014-03-04 00:12:11 +0100 |
---|---|---|
committer | Sergio Ahumada <sahumada@blackberry.com> | 2014-03-05 09:39:42 +0100 |
commit | c3754368479fb3b4c66df3a405e0cfea5efa8377 (patch) | |
tree | 0922fd93c1280c51f0311730c0b6882cf7a784fb /src/plugins/autotoolsprojectmanager | |
parent | 07f7dd9c1434738ad59467ac8830be41db03dfa0 (diff) | |
download | qt-creator-c3754368479fb3b4c66df3a405e0cfea5efa8377.tar.gz |
Fix some typos
Change-Id: I3be73c2a4d256a0d28e863fd2517a4d7442b34d8
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src/plugins/autotoolsprojectmanager')
-rw-r--r-- | src/plugins/autotoolsprojectmanager/makefileparserthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/autotoolsprojectmanager/makefileparserthread.h b/src/plugins/autotoolsprojectmanager/makefileparserthread.h index fb268497b2..1489fe2e9c 100644 --- a/src/plugins/autotoolsprojectmanager/makefileparserthread.h +++ b/src/plugins/autotoolsprojectmanager/makefileparserthread.h @@ -111,7 +111,7 @@ public: bool hasError() const; /** - * @return True, if the the has been cancelled by MakefileParserThread::cancel(). + * @return True, if the parsing has been cancelled by MakefileParserThread::cancel(). */ bool isCanceled() const; |