Fix typo in comment

This commit is contained in:
Kai Koehne
2010-09-22 13:48:54 +02:00
parent 4ab1c88ba0
commit e373a6280e

View File

@@ -86,7 +86,7 @@ public:
void addMenuAction(Core::Command *command, const DebuggerLanguage &language, void addMenuAction(Core::Command *command, const DebuggerLanguage &language,
const QString &group = QString()); const QString &group = QString());
// all supported languagess // all supported languages
DebuggerLanguages supportedLanguages() const; DebuggerLanguages supportedLanguages() const;
// active languages to be debugged. // active languages to be debugged.