diff options
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; |