From 971512b39c7c90e5bd5dfb6a73bd6d4513e0f8ca Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Fri, 23 Sep 2011 11:57:11 +0000 Subject: Fix typo Change-Id: I96e403cde9c8d3a59e6a5008550df2d9fe697b5d Reviewed-on: http://codereview.qt-project.org/5457 Reviewed-by: Tobias Hunger --- src/plugins/projectexplorer/abi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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"); -- cgit v1.2.1