diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-17 22:36:11 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-17 22:36:11 +0200 |
commit | 44acc36e7d59979db35c26575ec36a809fe4399c (patch) | |
tree | 4fb89c6374b30016fdeda7bdb81841306e0a104b /src/gui | |
parent | cb0bfad148951d18966f65b7ca4d1df912f4951d (diff) | |
download | weechat-44acc36e7d59979db35c26575ec36a809fe4399c.zip |
core: fix typo in comment
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui-line.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/gui-line.c b/src/gui/gui-line.c index ed5a563c4..50957d28c 100644 --- a/src/gui/gui-line.c +++ b/src/gui/gui-line.c @@ -1423,8 +1423,8 @@ gui_line_hdata_line_data_cb (void *data, const char *hdata_name) } /* - * gui_buffer_line_add_to_infolist: add a buffer line in an infolist - * return 1 if ok, 0 if error + * gui_line_add_to_infolist: add a line in an infolist + * return 1 if ok, 0 if error */ int |