debugger: fix typo

Change-Id: I80b706800452ec53c12985f71ea2ffbc9ab667bf
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2011-10-13 11:41:18 +02:00
committed by hjk
parent f626168c62
commit 3afe677e52

View File

@@ -2585,7 +2585,7 @@ static QString formatStartParameters(DebuggerStartParameters &sp)
if (!sp.gnuTarget.isEmpty())
str << "Gnu target: " << sp.gnuTarget << '\n';
str << "Sysroot: " << sp.sysroot << '\n';
str << "Debug Source Loaction: " << sp.debugSourceLocation.join(":") << '\n';
str << "Debug Source Location: " << sp.debugSourceLocation.join(":") << '\n';
str << "Symbol file: " << sp.symbolFileName << '\n';
if (sp.useServerStartScript)
str << "Using server start script: " << sp.serverStartScript;