Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2016-05-12 23:58:14 +0300
committerStefan Weil <sw@weilnetz.de>2016-05-12 23:58:14 +0300
commita1cf31cf9a71b3cf49c06dcf05e1d21161112295 (patch)
treeb71617383c42efd17db66c8062eefa1574115f6e /plugins/CoreConsole
parentf2a93e2583f282d7a080c837e0469b4e1468a066 (diff)
plugins: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'plugins/CoreConsole')
-rw-r--r--plugins/CoreConsole/Commands/GitCommit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreConsole/Commands/GitCommit.php b/plugins/CoreConsole/Commands/GitCommit.php
index 451ecb72ff..31d5e62bce 100644
--- a/plugins/CoreConsole/Commands/GitCommit.php
+++ b/plugins/CoreConsole/Commands/GitCommit.php
@@ -59,7 +59,7 @@ class GitCommit extends ConsoleCommand
if (!$this->hasChangesToBeCommitted()) {
$dialog = $this->getHelperSet()->get('dialog');
- $question = '<question>There are no changes to be commited in the super repo, do you just want to commit and converge submodules?</question>';
+ $question = '<question>There are no changes to be committed in the super repo, do you just want to commit and converge submodules?</question>';
if (!$dialog->askConfirmation($output, $question, false)) {
$output->writeln('<info>Cool, nothing done. Stage files using "git add" and try again.</info>');
return;