From 08db4407edd6583bd727354db75a141b2222fdc1 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 27 Nov 2020 19:48:49 +1100 Subject: [PATCH] docs: fix simple typo, confiuration -> configuration There is a small typo in src/core/weechat.c. Should read `configuration` rather than `confiuration`. --- src/core/weechat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */