From cb7fcbc6486c36c540702d9f4908b447ae834677 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 30 Mar 2006 07:35:14 +0000 Subject: Fix typo --- rpmdrake.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") -- cgit v1.2.1