src/ChangeLog: Fix a typo in a recently added entry.

This commit is contained in:
Eli Zaretskii 2014-07-14 18:10:20 +03:00
parent c299f850cd
commit 3d743935a0

View file

@ -9,7 +9,7 @@
* term.c (tty_menu_add_pane, tty_menu_add_selection):
Use menu_item_width.
(tty_menu_show): Simplify because ty_menu_create never return NULL.
(tty_menu_show): Simplify because tty_menu_create never return NULL.
2014-07-13 Paul Eggert <eggert@cs.ucla.edu>