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:
Tim Gates
2020-11-22 20:08:36 +11:00
committed by Patrick
parent 078af20e8b
commit 87eb728147

View File

@@ -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 */ /* only one action type handled for now, but could add more */
switch (action) 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: case FE_GUI_FOCUS:
current_sess = sess; current_sess = sess;
current_tab = sess; current_tab = sess;