summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-chat.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-03-17 12:55:20 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-03-17 12:55:20 +0100
commit149c77decdbc81979af5aa9853e346f9beebca79 (patch)
tree99ba28af0c9747425ff923feb437f6ccc1ad3f88 /src/gui/curses/gui-curses-chat.c
parent46677c79fcb0aa57ee2129f959c76267a8f08d8d (diff)
downloadweechat-149c77decdbc81979af5aa9853e346f9beebca79.zip
core: fix typos in many comments and some strings
Diffstat (limited to 'src/gui/curses/gui-curses-chat.c')
-rw-r--r--src/gui/curses/gui-curses-chat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/curses/gui-curses-chat.c b/src/gui/curses/gui-curses-chat.c
index ff7c74f05..68bb3975d 100644
--- a/src/gui/curses/gui-curses-chat.c
+++ b/src/gui/curses/gui-curses-chat.c
@@ -464,7 +464,7 @@ gui_chat_display_word (struct t_gui_window *window,
length_align = gui_line_get_align (window->buffer, line, 0, 0);
if ((window->win_chat_cursor_x == 0)
&& (*lines_displayed > 0)
- /* FIXME: modify arbitraty value for non aligning messages on time/nick? */
+ /* FIXME: modify arbitrary value for non aligning messages on time/nick? */
&& (length_align < (window->win_chat_width - 5)))
{
if (!simulate)
@@ -1108,7 +1108,7 @@ gui_chat_display_line (struct t_gui_window *window, struct t_gui_line *line,
if ((window->win_chat_cursor_x + word_length_with_spaces > gui_chat_get_real_width (window))
&& (word_length <= gui_chat_get_real_width (window) - line_align))
{
- /* spaces + word too long for current line but ok for next line */
+ /* spaces + word too long for current line but OK for next line */
gui_chat_display_new_line (window, num_lines, count,
&lines_displayed, simulate);
/* apply styles before jumping to start of word */