From 83c46f05412bbbdbf36cf967564d1cf736ff539e Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 7 Sep 2016 09:32:20 +0200 Subject: Fix typo --- core/Command/User/ResetPassword.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/Command/User/ResetPassword.php b/core/Command/User/ResetPassword.php index 62c4eceeee2..3388ef6a1bd 100644 --- a/core/Command/User/ResetPassword.php +++ b/core/Command/User/ResetPassword.php @@ -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); -- cgit v1.2.3