1
0
Fork 0

Fixed spelling mistake

pull/9056/head
johnstevenson 2020-07-09 22:03:49 +01:00 committed by Jordi Boggiano
parent cae913c434
commit 272654d6e2
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ TAGSPUBKEY
$io->writeError('<error>Unable to write "'.$localFilename.'". Access is denied.</error>'); $io->writeError('<error>Unable to write "'.$localFilename.'". Access is denied.</error>');
$helpMessage = 'Please run the self-update command as an Administrator.'; $helpMessage = 'Please run the self-update command as an Administrator.';
$question = 'Complete this operation with Administrator priviledges [<comment>Y,n</comment>]? '; $question = 'Complete this operation with Administrator privileges [<comment>Y,n</comment>]? ';
if (!$io->askConfirmation($question, false)) { if (!$io->askConfirmation($question, false)) {
$io->writeError('<warning>Operation cancelled. '.$helpMessage.'</warning>'); $io->writeError('<warning>Operation cancelled. '.$helpMessage.'</warning>');