diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-17 18:34:21 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-17 18:34:21 +0100 |
commit | 1ef7a55e727f6936ee8aee702d8e2daa4c767d52 (patch) | |
tree | a3b1e4b3f9a793d9e174e9e8db2a2339d4be4815 /src/core | |
parent | 3ee87bcfcebb03d11e974a1f0dd8b711d517a285 (diff) | |
download | weechat-1ef7a55e727f6936ee8aee702d8e2daa4c767d52.zip |
core: fix typo: Weechat -> WeeChat
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-string.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-string.c b/src/core/wee-string.c index 6f75d9ddd..10e2bcaca 100644 --- a/src/core/wee-string.c +++ b/src/core/wee-string.c @@ -733,7 +733,7 @@ string_eval_path_home (const char *path, path2 = NULL; path3 = NULL; - /* replace "%h" by Weechat home */ + /* replace "%h" by WeeChat home */ if (strncmp (path, "%h", 2) == 0) { length = strlen (weechat_home) + strlen (path + 2) + 1; |