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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user