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.'');