about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-08-06 20:07:26 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2016-08-06 20:07:26 -0700
commitac0dcc9a63dc2a0edc62f8f1381b15b0b5ce5da3 (patch)
tree5efd3743c0ea0e01b27e5c0810a2454d95f562d6
parent6ce34705a62ac8b0a915c8ece6eea8f0e9335ab3 (diff)
downloadzsh-ac0dcc9a63dc2a0edc62f8f1381b15b0b5ce5da3.tar.gz
zsh-ac0dcc9a63dc2a0edc62f8f1381b15b0b5ce5da3.tar.xz
zsh-ac0dcc9a63dc2a0edc62f8f1381b15b0b5ce5da3.zip
unposted: fix typo in comment
-rw-r--r--ChangeLog2
-rw-r--r--Src/Zle/zle_thingy.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d9355809e..8af09a396 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
diff --git a/Src/Zle/zle_thingy.c b/Src/Zle/zle_thingy.c
index 21495b6f2..910715491 100644
--- a/Src/Zle/zle_thingy.c
+++ b/Src/Zle/zle_thingy.c
@@ -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   *