From d81238ee955f074cb2c303ce6047bfa7e513d772 Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Tue, 10 Dec 2019 20:34:29 +0100 Subject: 45003: Fix more documentation typos --- Etc/zsh-development-guide | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Etc/zsh-development-guide') 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 -- cgit 1.4.1