diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-11-20 09:33:40 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-11-20 09:33:40 +0100 |
commit | 8d402731119647e25c9cf09b8850d8566b79d4fc (patch) | |
tree | 0f9d4fbc6d362307dfae8086ed1e099a4a664e29 /src | |
parent | b636f55b8b6776d999f64d54d6c478ddde7a2e36 (diff) | |
download | weechat-8d402731119647e25c9cf09b8850d8566b79d4fc.zip |
core: fix typo in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/gui-buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui-buffer.c b/src/gui/gui-buffer.c index 3ffc1bb96..acfb2fe73 100644 --- a/src/gui/gui-buffer.c +++ b/src/gui/gui-buffer.c @@ -196,7 +196,7 @@ gui_buffer_get_plugin_name (struct t_gui_buffer *buffer) } /* - * Get short name of buffer (of name if short_name is NULL). + * Get short name of buffer (or name if short_name is NULL). * * Note: this function never returns NULL. */ |