summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-03-17 18:34:21 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-03-17 18:34:21 +0100
commit1ef7a55e727f6936ee8aee702d8e2daa4c767d52 (patch)
treea3b1e4b3f9a793d9e174e9e8db2a2339d4be4815 /src/core
parent3ee87bcfcebb03d11e974a1f0dd8b711d517a285 (diff)
downloadweechat-1ef7a55e727f6936ee8aee702d8e2daa4c767d52.zip
core: fix typo: Weechat -> WeeChat
Diffstat (limited to 'src/core')
-rw-r--r--src/core/wee-string.c2
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;