diff options
author | Tim Gates <tim.gates@iress.com> | 2020-11-22 20:08:36 +1100 |
---|---|---|
committer | Patrick <tingping@tingping.se> | 2020-11-22 10:25:50 -0600 |
commit | 87eb72814791037d6a00fec9f71d5809f9ee600b (patch) | |
tree | a99dc22a6098291ab24c4b86cab4449b367d5eef /src | |
parent | 078af20e8b3bff93dd42972e4ef01702e7e1fe2b (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')
-rw-r--r-- | src/fe-text/fe-text.c | 2 |
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; |