diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-30 07:35:14 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-30 07:35:14 +0000 |
commit | cb7fcbc6486c36c540702d9f4908b447ae834677 (patch) | |
tree | 405cf6fd54dfbb3fb5a5e502e75e3255b3598997 /rpmdrake.pm | |
parent | cdae7e3725551a70e9c4f67d826dec5032f11818 (diff) | |
download | rpmdrake-cb7fcbc6486c36c540702d9f4908b447ae834677.tar rpmdrake-cb7fcbc6486c36c540702d9f4908b447ae834677.tar.gz rpmdrake-cb7fcbc6486c36c540702d9f4908b447ae834677.tar.bz2 rpmdrake-cb7fcbc6486c36c540702d9f4908b447ae834677.tar.xz rpmdrake-cb7fcbc6486c36c540702d9f4908b447ae834677.zip |
Fix typo
Diffstat (limited to 'rpmdrake.pm')
-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.") |