]> jfr.im git - irc/weechat/weechat.git/commitdiff
docs: fix simple typo, confiuration -> configuration
authorTim Gates <redacted>
Fri, 27 Nov 2020 08:48:49 +0000 (19:48 +1100)
committerSébastien Helleu <redacted>
Sat, 28 Nov 2020 08:46:23 +0000 (09:46 +0100)
There is a small typo in src/core/weechat.c.

Should read `configuration` rather than `confiuration`.

src/core/weechat.c

index 1d4e7d9bb8388e61e386676206a53f7cf7b11cf1..fd636979c37410d7656cd5324ab4986da0b49d1e 100644 (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      */