diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-04-11 14:48:38 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-04-11 14:48:38 +0000 |
commit | 117469cedc3056b29b1bd1cb6c5edfc2c3c9a998 (patch) | |
tree | dab4905ef8a978e9fd33ae3ec6ef81ddc935aec8 | |
parent | 35c348eee4dede9b50e3244bfb1970c1764e0353 (diff) | |
download | urpmi-117469cedc3056b29b1bd1cb6c5edfc2c3c9a998.tar urpmi-117469cedc3056b29b1bd1cb6c5edfc2c3c9a998.tar.gz urpmi-117469cedc3056b29b1bd1cb6c5edfc2c3c9a998.tar.bz2 urpmi-117469cedc3056b29b1bd1cb6c5edfc2c3c9a998.tar.xz urpmi-117469cedc3056b29b1bd1cb6c5edfc2c3c9a998.zip |
Fix typo and copyright
-rwxr-xr-x | urpmi.addmedia | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/urpmi.addmedia b/urpmi.addmedia index 9cb57822..51d19ce9 100755 --- a/urpmi.addmedia +++ b/urpmi.addmedia @@ -2,7 +2,7 @@ # $Id$ -#- Copyright (C) 1999-2004 Mandrakesoft +#- Copyright (C) 1999-2005 Mandrakesoft #- #- This program is free software; you can redistribute it and/or modify #- it under the terms of the GNU General Public License as published by @@ -30,7 +30,7 @@ sub usage { # Translator: The URI types strings 'file:', 'ftp:', 'http:', # Translator: and 'removable:' must not be translated! # Translator: neither the ``with''. -# Translator: only what is between <brakets> can be translated. +# Translator: only what is between <brackets> can be translated. my $usage = N("usage: urpmi.addmedia [options] <name> <url> [with <relative_path>] where <url> is one of [file:/]/<path> with <relative filename of hdlist> |