From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D84561393E9 for ; Sun, 30 Mar 2014 11:00:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02921E0AD8; Sun, 30 Mar 2014 11:00:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5115FE0AD9 for ; Sun, 30 Mar 2014 11:00:29 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46BFD33FC39 for ; Sun, 30 Mar 2014 11:00:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 4B8D1188F4 for ; Sun, 30 Mar 2014 11:00:26 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1396169785.ec5d89bfe46ee17b0c22a27a6ba8f48af8a628cc.radhermit@gentoo> Subject: [gentoo-commits] proj/zsh-completion:master commit in: / X-VCS-Repository: proj/zsh-completion X-VCS-Files: _eselect X-VCS-Directories: / X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: ec5d89bfe46ee17b0c22a27a6ba8f48af8a628cc X-VCS-Branch: master Date: Sun, 30 Mar 2014 11:00:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dfde3d1c-e8a0-4283-b9db-195f63d4bcfa X-Archives-Hash: 90ab416746295adcbfe3011713e47c24 commit: ec5d89bfe46ee17b0c22a27a6ba8f48af8a628cc Author: Tim Harder gentoo org> AuthorDate: Sun Mar 30 08:56:25 2014 +0000 Commit: Tim Harder gentoo 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)"}## *}// */}// /})