docs: fix simple typo, confiuration -> configuration

There is a small typo in src/core/weechat.c.

Should read `configuration` rather than `confiuration`.
This commit is contained in:
Tim Gates 2020-11-27 19:48:49 +11:00 committed by Sébastien Helleu
parent 4ff4a64209
commit 08db4407ed

View File

@ -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 */