summary refs log tree commit diff stats
path: root/src/fe-text
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-11-22 20:08:36 +1100
committerPatrick <tingping@tingping.se>2020-11-22 10:25:50 -0600
commit87eb72814791037d6a00fec9f71d5809f9ee600b (patch)
treea99dc22a6098291ab24c4b86cab4449b367d5eef /src/fe-text
parent078af20e8b3bff93dd42972e4ef01702e7e1fe2b (diff)
docs: fix simple typo, wory -> worry
There is a small typo in src/fe-text/fe-text.c.

Should read `worry` rather than `wory`.
Diffstat (limited to 'src/fe-text')
-rw-r--r--src/fe-text/fe-text.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/fe-text.c b/src/fe-text/fe-text.c
index ac190325..1d411ddf 100644
--- a/src/fe-text/fe-text.c
+++ b/src/fe-text/fe-text.c
@@ -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;