From f431af790ba7b86426ad34fc45ca97f7f41b370d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rory=20O=E2=80=99Kane?= Date: Fri, 8 Mar 2013 23:35:22 -0500 Subject: [PATCH] Fix misspellings of the word bellow in READMEs --- modules/prompt/README.md | 2 +- runcoms/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/prompt/README.md b/modules/prompt/README.md index 85ed13e..da3f2ba 100644 --- a/modules/prompt/README.md +++ b/modules/prompt/README.md @@ -34,7 +34,7 @@ including a function that displays help or a function used to preview it. **Do not call this function directly.** -The most basic example of this function can be seen bellow. +The most basic example of this function can be seen below. function prompt_name_setup { PROMPT='%m%# ' diff --git a/runcoms/README.md b/runcoms/README.md index 28064dd..74030b8 100644 --- a/runcoms/README.md +++ b/runcoms/README.md @@ -38,7 +38,7 @@ small as possible and should only define environment variables. ### zprofile This file is similar to zlogin, but it is sourced before zshrc. It was added -for [KornShell][1] fans. See the description of zlogin bellow for what it may +for [KornShell][1] fans. See the description of zlogin below for what it may contain. zprofile and zlogin are not meant to be used concurrently but can be done so.