aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs
diff options
context:
space:
mode:
authorDmitry Shachnev <mitya57@gmail.com>2017-06-06 17:30:21 +0300
committerJake Petroules <jake.petroules@qt.io>2017-06-06 16:40:25 +0000
commit3285bc1b02ebd1a737ec3660502f7aab2850548b (patch)
tree432886f0357fd641567a41c272a0658350f3d7f0 /src/app/qbs
parent16c462ad952fe8d5a662857b7fee90528535282b (diff)
Fix a couple of typos
Change-Id: Ie9fd8d94261c1f6e5314f490519a613b2284228a Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'src/app/qbs')
-rw-r--r--src/app/qbs/commandlinefrontend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/qbs/commandlinefrontend.cpp b/src/app/qbs/commandlinefrontend.cpp
index 7c3905d50..8cc374a35 100644
--- a/src/app/qbs/commandlinefrontend.cpp
+++ b/src/app/qbs/commandlinefrontend.cpp
@@ -188,7 +188,7 @@ void CommandLineFrontend::start()
* Progress reporting on the terminal gets a bit tricky when resolving several projects
* concurrently, since we cannot show multiple progress bars at the same time. Instead,
* we just set the total effort to the number of projects and increase the progress
- * every time one of them finishes, ingoring the progress reports from the jobs themselves.
+ * every time one of them finishes, ignoring the progress reports from the jobs themselves.
* (Yes, that does mean it will take disproportionately long for the first progress
* notification to arrive.)
*/