From 272654d6e22fe31af4ed035c235f89aa895f7ad8 Mon Sep 17 00:00:00 2001 From: johnstevenson Date: Thu, 9 Jul 2020 22:03:49 +0100 Subject: [PATCH] Fixed spelling mistake --- src/Composer/Command/SelfUpdateCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Composer/Command/SelfUpdateCommand.php b/src/Composer/Command/SelfUpdateCommand.php index 4ac144ea8..9200734a6 100644 --- a/src/Composer/Command/SelfUpdateCommand.php +++ b/src/Composer/Command/SelfUpdateCommand.php @@ -501,7 +501,7 @@ TAGSPUBKEY $io->writeError('Unable to write "'.$localFilename.'". Access is denied.'); $helpMessage = 'Please run the self-update command as an Administrator.'; - $question = 'Complete this operation with Administrator priviledges [Y,n]? '; + $question = 'Complete this operation with Administrator privileges [Y,n]? '; if (!$io->askConfirmation($question, false)) { $io->writeError('Operation cancelled. '.$helpMessage.'');