aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2011-04-28 19:49:34 +0000
committerThierry Vignaud <tv@mageia.org>2011-04-28 19:49:34 +0000
commit75c3783bbc26d0dd4f505e399e5ae3adbf1c4109 (patch)
tree47aad85cd05f4cf6c0fd1aa1486f5dc72c11944a /Rpmdrake
parentd9dfc8915bfdbb5e98adf8232a1534cb1d4300a8 (diff)
downloadrpmdrake-75c3783bbc26d0dd4f505e399e5ae3adbf1c4109.tar
rpmdrake-75c3783bbc26d0dd4f505e399e5ae3adbf1c4109.tar.gz
rpmdrake-75c3783bbc26d0dd4f505e399e5ae3adbf1c4109.tar.bz2
rpmdrake-75c3783bbc26d0dd4f505e399e5ae3adbf1c4109.tar.xz
rpmdrake-75c3783bbc26d0dd4f505e399e5ae3adbf1c4109.zip
s/offical/official/ (#945)
Diffstat (limited to 'Rpmdrake')
-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 {