1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-07 11:41:16 +02:00

unposted: fix typo in comment

This commit is contained in:
Barton E. Schaefer 2016-08-06 20:07:26 -07:00
parent 6ce34705a6
commit ac0dcc9a63
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2016-08-06 Barton E. Schaefer <schaefer@zsh.org>
* unposted: Src/Zle/zle_thingy.c: fix typo in comment
* unposted: Etc/zsh-development-guide: fix formatting in module
discussion; add mention of widgets and keymaps for modules.

View file

@ -269,7 +269,7 @@ freewidget(Widget w)
zfree(w, sizeof(*w));
}
/* Add am internal widget provided by a module. The name given is the *
/* Add an internal widget provided by a module. The name given is the *
* canonical one, which must not begin with a dot. The widget is first *
* bound to the dotted canonical name; if that name is already taken by *
* an internal widget, failure is indicated. The same widget is then *