diff options
author | Christian Perrier <bubulle@debian.org> | 2006-06-17 05:26:50 +0000 |
---|---|---|
committer | Christian Perrier <bubulle@debian.org> | 2006-06-17 05:26:50 +0000 |
commit | 310406b40f3a22038f9ea205076b8e5b766eb431 (patch) | |
tree | 999900b3564a29a4eba91749abba77305257bcac /scripts | |
parent | 36507631e6c7dab49b880853101b5c5924abd9ab (diff) | |
download | dpkg-310406b40f3a22038f9ea205076b8e5b766eb431.tar.gz |
Fix "alternativse" typo. PO files unfuzzied
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/update-alternatives.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-alternatives.pl b/scripts/update-alternatives.pl index f6f350079..976ba4c75 100755 --- a/scripts/update-alternatives.pl +++ b/scripts/update-alternatives.pl @@ -53,7 +53,7 @@ sub usage { Commands: --install <link> <name> <path> <priority> [--slave <link> <name> <path>] ... - add a group of alternativse to the system. + add a group of alternatives to the system. --remove <name> <path> remove <path> from the <name> group alternative. --remove-all <name> remove <name> group from the alternatives system. --auto <name> switch the master link <name> to automatic mode. |