about summary refs log tree commit diff
path: root/Etc/zsh-development-guide
diff options
context:
space:
mode:
authorMartijn Dekker <martijn@inlv.org>2019-12-10 20:34:29 +0100
committerDaniel Shahaf <danielsh@apache.org>2019-12-11 02:37:39 +0000
commitd81238ee955f074cb2c303ce6047bfa7e513d772 (patch)
treeed0d548caffd464225629064b91d9462d0acbf44 /Etc/zsh-development-guide
parentae583886194c41ad83b7e932c4b6e8cd3d3c5576 (diff)
downloadzsh-d81238ee955f074cb2c303ce6047bfa7e513d772.tar.gz
zsh-d81238ee955f074cb2c303ce6047bfa7e513d772.tar.xz
zsh-d81238ee955f074cb2c303ce6047bfa7e513d772.zip
45003: Fix more documentation typos
Diffstat (limited to 'Etc/zsh-development-guide')
-rw-r--r--Etc/zsh-development-guide2
1 files changed, 1 insertions, 1 deletions
diff --git a/Etc/zsh-development-guide b/Etc/zsh-development-guide
index ecbd3c081..cbada7de9 100644
--- a/Etc/zsh-development-guide
+++ b/Etc/zsh-development-guide
@@ -891,7 +891,7 @@ The wrapper function should be defined like:
 The first two arguments should only be used to pass them to
 `runshfunc()' which will execute the shell function. The last argument 
 is the name of the function to be executed. The arguments passed to
-the function can be accessed vie the global variable `pparams' (a
+the function can be accessed via the global variable `pparams' (a
 NULL-terminated array of strings).
 
 The return value of the wrapper function should be zero if it calls