diff options
-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. */ |