summaryrefslogtreecommitdiff
path: root/src/plugins/vcsbase/corelistener.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/vcsbase/corelistener.cpp')
-rw-r--r--src/plugins/vcsbase/corelistener.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/vcsbase/corelistener.cpp b/src/plugins/vcsbase/corelistener.cpp
index 017d95b6f5..e1252e7975 100644
--- a/src/plugins/vcsbase/corelistener.cpp
+++ b/src/plugins/vcsbase/corelistener.cpp
@@ -35,7 +35,7 @@
\brief The CoreListener class catches the closing of a submit editor.
- Catch the closing of a submit editor to trigger the submit.
+ Catches the closing of a submit editor to trigger the submit.
One instance of this class exists, connected to the instances
of VcsBasePlugin, which dispatch if the editor kind matches theirs
(which is why the approach of passing the bool result was chosen).