summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/abi.cpp
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@nokia.com>2011-09-23 11:57:11 +0000
committerTobias Hunger <tobias.hunger@nokia.com>2011-09-23 14:02:41 +0200
commit971512b39c7c90e5bd5dfb6a73bd6d4513e0f8ca (patch)
treeeafaffd0ae49e3aeccffa8f0a807ef607a9855dd /src/plugins/projectexplorer/abi.cpp
parent3a449bdab654cc796edf161310ba42ae5996ad8f (diff)
downloadqt-creator-971512b39c7c90e5bd5dfb6a73bd6d4513e0f8ca.tar.gz
Fix typo
Change-Id: I96e403cde9c8d3a59e6a5008550df2d9fe697b5d Reviewed-on: http://codereview.qt-project.org/5457 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/abi.cpp')
-rw-r--r--src/plugins/projectexplorer/abi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/abi.cpp b/src/plugins/projectexplorer/abi.cpp
index 37f52ff2da..aee153337a 100644
--- a/src/plugins/projectexplorer/abi.cpp
+++ b/src/plugins/projectexplorer/abi.cpp
@@ -517,7 +517,7 @@ QString Abi::toString(const Architecture &a)
case ItaniumArchitecture:
return QLatin1String("itanium");
case ShArchitecture:
- return QLatin1String("sh ");
+ return QLatin1String("sh");
case UnknownArchitecture: // fall through!
default:
return QLatin1String("unknown");