about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-10-12 10:53:38 +0000
committerClint Adams <clint@users.sourceforge.net>2008-10-12 10:53:38 +0000
commitee3799ebea1eb9dd0e48b0742fa95d02ef5651fe (patch)
tree3b3eb08ca896145dd8a0a098c46109e93979286f /Etc
parentd25c551c2caaf3d80b889c191ae44103e0012f43 (diff)
downloadzsh-ee3799ebea1eb9dd0e48b0742fa95d02ef5651fe.tar.gz
zsh-ee3799ebea1eb9dd0e48b0742fa95d02ef5651fe.tar.xz
zsh-ee3799ebea1eb9dd0e48b0742fa95d02ef5651fe.zip
Mikael Magnusson: 25855: typo fixes.
Diffstat (limited to 'Etc')
-rw-r--r--Etc/zsh-development-guide8
1 files changed, 4 insertions, 4 deletions
diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide
index 77f065029..4c3f52256 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.