1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 00:03:12 +02:00

core: fix typo in comment

This commit is contained in:
Sébastien Helleu
2022-11-20 09:33:40 +01:00
parent b636f55b8b
commit 8d40273111
+1 -1
View File
@@ -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.
*/