commit: ec5d89bfe46ee17b0c22a27a6ba8f48af8a628cc
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 30 08:56:25 2014 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sun Mar 30 08:56:25 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/zsh-completion.git;a=commit;h=ec5d89bf
_eselect: fix minor spelling and indentation issues
---
_eselect | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/_eselect b/_eselect
index c659dd5..57d11a9 100644
--- a/_eselect
+++ b/_eselect
@@ -34,7 +34,7 @@ _eselect_kernel () {
kernellist=(${${${(M)${(f)"$(eselect --color=no kernel
list)"}## *}// \**/}//( \[*\] | \[*\] )/})
_values "available kernel version" $kernellist[@] && return 0
fi
- _values "kenrel options" $common_values \
+ _values "kernel options" $common_values \
"list[List available kernel symlink targets]" \
"show[Show the current kernel symlink]" \
"set[Set a new kernel symlink target]" && return 0
@@ -86,7 +86,7 @@ _eselect_opengl () {
if (( $words[(I)(set)] )); then
opengllist=(${${${(M)${(f)"$(eselect --color=no opengl
list)"}## *}// \**/}//( \[*\] | \[*\] )/})
_values -w "opengl implementations and options" $opengllist[@] \
- "--use-old[If an implementationis already set, use that
one instead]" \
+ "--use-old[If an implementation is already set, use
that one instead]" \
"--prefix[Set the source prefix]:path:_files -/" \
"--dst-prefix[Set the destination prefix]:path:_files
-/" \
"--impl-headers[Override global headers with ones
provided by this profile]" && return 0
@@ -116,8 +116,8 @@ _eselect () {
local globopts sedcmd modnames modopts
globopts=(
- "--colour=no[Disable coloured output]" \
- "--color=no[Disable coloured output]"
+ "--colour=no[Disable coloured output]"
+ "--color=no[Disable coloured output]"
)
modnames=(${${${(M)${(f)"$(eselect --color=no modules list)"}## *}//
*/}// /})