diff options
-rw-r--r-- | rpmdrake.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm index 77f28fcc..29fbf894 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -520,7 +520,7 @@ Please check that your network is currently running. Is it ok to continue?"); delete $options{message}; - interactive_msg(N("Mirroir choice"), $message, yesno => 1, %options) or return ''; + interactive_msg(N("Mirror choice"), $message, yesno => 1, %options) or return ''; my $wait = wait_msg( $branded ? N("Please wait, downloading mirror addresses.") |