diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 19:07:39 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-12-25 19:07:39 +0100 |
commit | b3e4a91760403d1061709732dab0b48735e96cda (patch) | |
tree | bea6802a06791c8e4dacaa6398803aaa81fc1967 /src/gui | |
parent | babe1e7a423a097cb4a6dcf709d31cfbc548afb7 (diff) | |
download | weechat-b3e4a91760403d1061709732dab0b48735e96cda.zip |
core: fix typo in comment
Diffstat (limited to 'src/gui')
-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 e9fca3933..a93f874df 100644 --- a/src/gui/gui-buffer.c +++ b/src/gui/gui-buffer.c @@ -133,7 +133,7 @@ char *gui_buffer_properties_set[] = /* * Searches for buffer type. * - * Returns index of bufffer type found, -1 if not found. + * Returns index of buffer type found, -1 if not found. */ int |