diff options
author | Eugeni Dodonov <eugeni@mandriva.org> | 2010-06-02 11:50:11 +0000 |
---|---|---|
committer | Eugeni Dodonov <eugeni@mandriva.org> | 2010-06-02 11:50:11 +0000 |
commit | 7d2fb622af2ce7bd457191f43898b9cc2c16b023 (patch) | |
tree | 542a769c4b1bd50da0b55e758a5a36ca8ccc9986 /mdkonline.pm | |
parent | 7ae9ec15ae332a48ca17cce99e1ea1009d4ed3dd (diff) | |
download | mgaonline-7d2fb622af2ce7bd457191f43898b9cc2c16b023.tar mgaonline-7d2fb622af2ce7bd457191f43898b9cc2c16b023.tar.gz mgaonline-7d2fb622af2ce7bd457191f43898b9cc2c16b023.tar.bz2 mgaonline-7d2fb622af2ce7bd457191f43898b9cc2c16b023.tar.xz mgaonline-7d2fb622af2ce7bd457191f43898b9cc2c16b023.zip |
Fixed typo
Diffstat (limited to 'mdkonline.pm')
-rw-r--r-- | mdkonline.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkonline.pm b/mdkonline.pm index b818de54..a23eb26a 100644 --- a/mdkonline.pm +++ b/mdkonline.pm @@ -194,7 +194,7 @@ sub get_product_info { description => N("The Mandriva Linux distribution with even more softwares and official support."), }, free => { - name => N("Mandiva Free"), + name => N("Mandriva Free"), description => N("The 100%% Open Source distribution freely available."), }, ); |