diff --git a/src/plugins/git/giteditor.h b/src/plugins/git/giteditor.h
index 70eaae87d72bf37322320d2034567095044c04bb..6a8f9450dac6532fb993ad58f93ce5f2a25677a4 100644
--- a/src/plugins/git/giteditor.h
+++ b/src/plugins/git/giteditor.h
@@ -51,7 +51,7 @@ public:
 
 public slots:
     void setPlainTextFiltered(const QString &text);
-    // Matches  the signature of the finished signal of GitCommand
+    // Matches the signature of the finished signal of GitCommand
     void commandFinishedGotoLine(bool ok, int exitCode, const QVariant &v);
 
 private slots: