From 75c3783bbc26d0dd4f505e399e5ae3adbf1c4109 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Apr 2011 19:49:34 +0000 Subject: s/offical/official/ (#945) --- Rpmdrake/gui.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rpmdrake/gui.pm') diff --git a/Rpmdrake/gui.pm b/Rpmdrake/gui.pm index 1c072d09..4783f95c 100644 --- a/Rpmdrake/gui.pm +++ b/Rpmdrake/gui.pm @@ -173,8 +173,8 @@ sub get_string_from_keywords { } elsif (member('updates', @media_types)) { return join("\n", (member('official', @media_types) ? - N("This is an offical update which is supported by Mageia.") - : (N("This is an unoffical update."), $unsupported)) + N("This is an official update which is supported by Mageia.") + : (N("This is an unofficial update."), $unsupported)) , $s); } else { -- cgit v1.2.1