diff --git a/src/plugins/projectexplorer/taskwindow.h b/src/plugins/projectexplorer/taskwindow.h index 4dd8cba3a1b..7c8d6101b6b 100644 --- a/src/plugins/projectexplorer/taskwindow.h +++ b/src/plugins/projectexplorer/taskwindow.h @@ -76,7 +76,7 @@ struct PROJECTEXPLORER_EXPORT Task { QString file; int line; QString category; - // Having a QList in Task + // Having a QList in Task // isn't that great // It would be cleaner to split up the text into // the logical hunks and then assemble them again