aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/qbs/parser/commandlineoption.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-06-12 16:34:38 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2013-06-12 17:34:19 +0200
commit98ce96c0c3589dc0ef533582739cb9f7de8fd182 (patch)
tree7b90e49f4adee2e7aea80b553d7c80377e8d24a3 /src/app/qbs/parser/commandlineoption.cpp
parent8b2df3290fce237b2afac4051a463d0b1b9f0afa (diff)
Fix typo.
Change-Id: Idd61ee9fe27dfc1298f86317b68129cbdbc54f69 Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/app/qbs/parser/commandlineoption.cpp')
-rw-r--r--src/app/qbs/parser/commandlineoption.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/qbs/parser/commandlineoption.cpp b/src/app/qbs/parser/commandlineoption.cpp
index 179813d6d..2c4b544f2 100644
--- a/src/app/qbs/parser/commandlineoption.cpp
+++ b/src/app/qbs/parser/commandlineoption.cpp
@@ -392,7 +392,7 @@ QString LogTimeOption::description(CommandType command) const
.arg(longRepresentation());
desc += Tr::tr("\tThis option is implied in log levels '%1' and higher.\n")
.arg(logLevelName(LoggerDebug));
- return desc += Tr::tr("\tThis options is mutually exclusive with '%1'.\n")
+ return desc += Tr::tr("\tThis option is mutually exclusive with '%1'.\n")
.arg(showProgressRepresentation());
}