aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/gui.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Rpmdrake/gui.pm')
-rw-r--r--Rpmdrake/gui.pm4
1 files changed, 2 insertions, 2 deletions
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 {