zsh-workers
 help / color / mirror / code / Atom feed
From: Mikael Magnusson <mikachu@gmail.com>
To: zsh workers <zsh-workers@sunsite.dk>
Subject: [PATCH 1/2] Fix typos in development guide.
Date: Sun, 12 Oct 2008 11:23:09 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LNX.2.00.0810121121250.15079@localhost> (raw)

---
 Etc/zsh-development-guide |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide
index 77f0650..4c3f522 100644
--- a/Etc/zsh-development-guide
+++ b/Etc/zsh-development-guide
@@ -225,7 +225,7 @@ features.  Ensure you are familiar with the description of features under
 containing a list of all the features.  It should then return zero.
 It may return one to indicate features are not supported, but this is
 not recommended.  The function featuresarray conveniently interrogates
-the module's feature strctures for all standard features; space
+the module's feature structures for all standard features; space
 is left for abstract features at the end of the array and the names
 must be added by the module.  Note that heap memory should
 be used for this (zhalloc, etc.) as memory for the features array is not
@@ -258,7 +258,7 @@ particular they can be called before or after `boot_'.
 The function named `boot_' should register function wrappers, hooks and
 anything that will be visible to the user that is not handled by features_
 and enables_ (so features should not be turned on here).  It will be called
-after the `setup_'-function, and also after the intial set of features
+after the `setup_'-function, and also after the initial set of features
 have been set by calls to `features_' and `enables_'.

 The function named `cleanup_', is called when the user tries to unload
@@ -535,7 +535,7 @@ the `deleteparamdefs()' function described below.

 It is also possible to declare special parameters using
 the macro SPECIALPMDEF().  More care is required in this case.
-See, for example, many of the definitios in Src/Modules/parameter.c.
+See, for example, many of the definitions in Src/Modules/parameter.c.

 Math functions
 --------------
@@ -789,7 +789,7 @@ Documentation
       Saying `plugh' aloud doesn't have much effect, however.

   In this case, "zsh" is normal text (a name), "advent" is a command name
-  ocurring in the main text, "plugh" is a normal word that is being quoted
+  occurring in the main text, "plugh" is a normal word that is being quoted
   (it's the user that says `plugh', not the documentation), and "xyzzy"
   is some text to be typed literally that is being quoted.

-- 
1.6.0.2.GIT


--
Mikael Magnusson


             reply	other threads:[~2008-10-12  9:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-12  9:23 Mikael Magnusson [this message]
2008-10-12  9:24 ` [PATCH 2/2] Fix typos in completion style guide Mikael Magnusson
2008-10-12 10:59   ` Clint Adams
2008-10-12 11:04     ` Mikael Magnusson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.00.0810121121250.15079@localhost \
    --to=mikachu@gmail.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).