mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 10:13:12 +02:00
core: fix typos in many comments and some strings
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ struct t_gui_focus_info
|
||||
struct t_gui_line *chat_line; /* line in chat area */
|
||||
int chat_line_x; /* x in line */
|
||||
char *chat_word; /* word at (x,y) */
|
||||
char *chat_bol; /* beginnong of line until (x,y) */
|
||||
char *chat_bol; /* beginning of line until (x,y) */
|
||||
char *chat_eol; /* (x,y) until end of line */
|
||||
struct t_gui_bar_window *bar_window; /* bar window found */
|
||||
char *bar_item; /* bar item found */
|
||||
|
||||
Reference in New Issue
Block a user