diff options
author | Tim Gates <tim.gates@iress.com> | 2020-11-27 19:48:49 +1100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-11-28 09:46:23 +0100 |
commit | 08db4407edd6583bd727354db75a141b2222fdc1 (patch) | |
tree | ef7976b51e87ce8f6eb827327ffd0dcf05898744 /src | |
parent | 4ff4a64209f63cf2a048f7941168336da58727ab (diff) | |
download | weechat-08db4407edd6583bd727354db75a141b2222fdc1.zip |
docs: fix simple typo, confiuration -> configuration
There is a small typo in src/core/weechat.c.
Should read `configuration` rather than `confiuration`.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/weechat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/weechat.c b/src/core/weechat.c index 1d4e7d9bb..fd636979c 100644 --- a/src/core/weechat.c +++ b/src/core/weechat.c @@ -103,7 +103,7 @@ volatile sig_atomic_t weechat_quit = 0; /* = 1 if quit request from user */ volatile sig_atomic_t weechat_quit_signal = 0; /* signal received, */ /* WeeChat must quit */ volatile sig_atomic_t weechat_reload_signal = 0; /* signal received, */ - /* WeeChat must reload confiuration */ + /* WeeChat must reload configuration */ char *weechat_home = NULL; /* home dir. (default: ~/.weechat) */ int weechat_home_temp = 0; /* 1 if using a temporary home */ int weechat_home_delete_on_exit = 0; /* 1 if home is deleted on exit */ |