diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2024-02-22 19:47:07 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-02-23 08:21:49 +0100 |
commit | e02ee703f0017f956a3727a6bd9b515e293689ce (patch) | |
tree | cace61c81a318397645187de692bfa3b9f276918 /src/plugins | |
parent | 27331dec5e10579316be39e973218047e39eef5b (diff) | |
download | weechat-e02ee703f0017f956a3727a6bd9b515e293689ce.zip |
docs: fix some typos in documentation and comments
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/buflist/buflist-bar-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/buflist/buflist-bar-item.c b/src/plugins/buflist/buflist-bar-item.c index c41b19cbb..b66fba4be 100644 --- a/src/plugins/buflist/buflist-bar-item.c +++ b/src/plugins/buflist/buflist-bar-item.c @@ -298,7 +298,7 @@ buflist_bar_item_auto_scroll (const char *item_name, int line_number) } /* - * Returns content of bar item "buffer_plugin": bar item with buffer plugin. + * Returns the content of the bar item. */ char * |