diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-09-23 06:24:02 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-09-23 06:24:02 +0000 |
commit | c54e113d2885251fc4269331524532e02c7a7f6e (patch) | |
tree | 8b25b1a6549236a39afcd018f618bf672e8cc2b4 /Completion/Linux/Command | |
parent | c81fa521148cd4fff43a253e8a8be5fd51e0d8ee (diff) | |
download | zsh-c54e113d2885251fc4269331524532e02c7a7f6e.tar.gz zsh-c54e113d2885251fc4269331524532e02c7a7f6e.tar.xz zsh-c54e113d2885251fc4269331524532e02c7a7f6e.zip |
25728: spelling fix.
Diffstat (limited to 'Completion/Linux/Command')
-rw-r--r-- | Completion/Linux/Command/_ionice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Linux/Command/_ionice b/Completion/Linux/Command/_ionice index 205f805a2..6c0134455 100644 --- a/Completion/Linux/Command/_ionice +++ b/Completion/Linux/Command/_ionice @@ -4,7 +4,7 @@ _arguments \ '(* -)-h[display usage information]' \ '(*)-p[interpret args as process ID]' \ '-c[scheduling class]:class:(( 1\:realtime 2\:best-effort 3\:idle ))' \ - '-n[scheduling class priority]:class-pririty:(( + '-n[scheduling class priority]:class-priority:(( 0\:high\ priority {6..1}\: 7\:low\ priority |