From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13336 invoked by alias); 29 Sep 2014 08:23:16 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 33272 Received: (qmail 7520 invoked from network); 29 Sep 2014 08:23:14 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=Gujq4gbj5hRf3R/nM6/GGM83+2uHw2VLpCqxDtAoUqg=; b=onHJA/pU+K6C7QOlSbEpwjgl140+HqN/u9juv5Nn85xm16fu68RlrdVfjLwIr//VBC gZrE8wtljXYAPtP77n+B3DTry4yDvFNmh4tJlRCuCL6qsZ/wx78i8tHcxMQyRyRWmaxC h3bvGmQEFHcnkJq80VSbbkporbWqQlUXUOKscNuweWtaCMGkKMDMTayEtpMawzbDxUJ7 u6auQ7YjviAyo+YWOMfy5PIu/eHA1wkbooN+q9wMLVXYYN2DLdVXTLHQijqpF5I1PAle IVsHWqy090FnjhGH9s9ebB9VSoo3zyNKjXtCuCj6dZhtMRaeftYZst+0RlD4Bfhwgboj NAJg== X-Received: by 10.112.253.165 with SMTP id ab5mr35856038lbd.1.1411978987819; Mon, 29 Sep 2014 01:23:07 -0700 (PDT) From: Wieland Hoffmann To: zsh-workers@zsh.org Subject: [PATCH] Typo: bacKground -> background Date: Mon, 29 Sep 2014 10:22:36 +0200 Message-Id: <1411978956-1941-1-git-send-email-themineo@gmail.com> X-Mailer: git-send-email 2.1.1 --- Doc/Zsh/prompt.yo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Zsh/prompt.yo b/Doc/Zsh/prompt.yo index 17af5b0..21fe9a4 100644 --- a/Doc/Zsh/prompt.yo +++ b/Doc/Zsh/prompt.yo @@ -234,7 +234,7 @@ ifnzman(noderef(Character Highlighting)). This means that numeric colours are allowed in the second format also. ) item(tt(%K) LPAR()tt(%k)RPAR())( -Start (stop) using a different bacKground colour. The syntax is +Start (stop) using a different background colour. The syntax is identical to that for tt(%F) and tt(%f). ) item(tt(%{)...tt(%}))( -- 2.1.1