diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-02-19 09:33:29 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2016-02-19 09:34:00 +0000 |
commit | 3195003cde3287300b75903f5266721bd04e0e31 (patch) | |
tree | d5350bc4856bb9cde1979f1df1b85e36b7970b42 | |
parent | 1d3a540139702680c27a0ad2faea897f203be736 (diff) | |
download | zsh-3195003cde3287300b75903f5266721bd04e0e31.tar.gz zsh-3195003cde3287300b75903f5266721bd04e0e31.tar.xz zsh-3195003cde3287300b75903f5266721bd04e0e31.zip |
unposted: Fix typos in ChangeLog.
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 1d84ddd7a..2bc3631c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -563,7 +563,7 @@ lengths and widths is supposed to work. * 37314: Src/utils.c, Src/zsh.h: upgrade quotedzputs() to use - nicechar() where necessary. Regularise nicechar() etc. to prodduce + nicechar() where necessary. Regularise nicechar() etc. to produce $'...' compatible output. 2015-12-05 Daniel Shahaf <d.s@daniel.shahaf.name> @@ -594,7 +594,7 @@ Completion/Unix/Command/_mtools, Completion/Unix/Type/_mime_types, Completion/X/Command/_kfmclient, Completion/Zsh/Command/_zed: - Remove uneeded executability bits. + Remove unneeded executability bits. * 37296: Src/utils.c: Avoid needless calloc(). |