]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix typo 1297/head
authorJoas Schilling <coding@schilljs.com>
Wed, 7 Sep 2016 07:32:20 +0000 (09:32 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 7 Sep 2016 07:32:20 +0000 (09:32 +0200)
core/Command/User/ResetPassword.php

index 62c4eceeee2a9618d6b28aece854f3990df98fe1..3388ef6a1bdaebb8a5a230990072a36162e9c059 100644 (file)
@@ -100,7 +100,7 @@ class ResetPassword extends Command {
                        $question->setHidden(true);
                        $password = $helper->ask($input, $output, $question);
 
-                       $question = new Question('Conform the new password: ');
+                       $question = new Question('Confirm the new password: ');
                        $question->setHidden(true);
                        $confirm = $helper->ask($input, $output, $question);