diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 85f13a04d3332ed4d8c61dd54b9f85c57a2fb9f7..fae0305785fa9143be4ad6f0ac1290a84d41aaad 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -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;