mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
docs: fix simple typo, wory -> worry
There is a small typo in src/fe-text/fe-text.c. Should read `worry` rather than `wory`.
This commit is contained in:
parent
078af20e8b
commit
87eb728147
@ -837,7 +837,7 @@ fe_ctrl_gui (session *sess, fe_gui_action action, int arg)
|
||||
/* only one action type handled for now, but could add more */
|
||||
switch (action)
|
||||
{
|
||||
/* gui focus is really the only case hexchat-text needs to wory about */
|
||||
/* gui focus is really the only case hexchat-text needs to worry about */
|
||||
case FE_GUI_FOCUS:
|
||||
current_sess = sess;
|
||||
current_tab = sess;
|
||||
|
Loading…
Reference in New Issue
Block a user