summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2015-08-02 17:45:35 +0200
committerDaniel Hahler <git@thequod.de>2015-08-02 17:58:12 +0200
commitd90f92194fe42973046b02da93f97f82d6a1aa13 (patch)
tree8da784a7e8c8be1e9a0bf88b5b3586c587b11cf5 /ChangeLog
parentf4723a0c08ecb9e9260cfac499fb642c0fd5a6bf (diff)
downloadzsh-d90f92194fe42973046b02da93f97f82d6a1aa13.tar.gz
zsh-d90f92194fe42973046b02da93f97f82d6a1aa13.tar.xz
zsh-d90f92194fe42973046b02da93f97f82d6a1aa13.zip
35970: completion: fix typos in _git and _brace_parameter
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f7bb892f..373ff3cd7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-08-02  Daniel Hahler  <zsh@thequod.de>
+
+	* 35970: Completion/Unix/Command/_git,
+	Completion/Zsh/Context/_brace_parameter: completion: fix typos in _git
+	and _brace_parameter.
+
 2015-08-01  Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
 
 	* 35957: Completion/Unix/Command/_make: fix _make-expandVars(),