diff options
author | Mikael Magnusson <mikachu@gmail.com> | 2015-09-05 15:59:37 +0200 |
---|---|---|
committer | Mikael Magnusson <mikachu@gmail.com> | 2015-09-06 12:35:14 +0200 |
commit | 6e7ecb35a030dd1014a0a24ecef661c3e8deed54 (patch) | |
tree | 64bad1db97f9a5d76c1822a5b74e49292c1c2d4d | |
parent | a4f087b98ee7973f48cf5adb23525dbe2c47a9d7 (diff) | |
download | zsh-6e7ecb35a030dd1014a0a24ecef661c3e8deed54.tar.gz zsh-6e7ecb35a030dd1014a0a24ecef661c3e8deed54.tar.xz zsh-6e7ecb35a030dd1014a0a24ecef661c3e8deed54.zip |
unposted: typo in comment
-rw-r--r-- | Src/Zle/complist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c index fd90ccb31..01bcb7cf8 100644 --- a/Src/Zle/complist.c +++ b/Src/Zle/complist.c @@ -2386,7 +2386,7 @@ domenuselect(Hookdef dummy, Chdata dat) * to be metafied locally in a couple of places. * It's horrifically difficult to work out where the line * is metafied, so I've resorted to the following. - * Unfortunately we need to unmetatfy in zrefresh() when + * Unfortunately we need to unmetafy in zrefresh() when * we want to display something. Maybe this function can * be done better. */ |