1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 13:56:37 +02:00

core: fix typo: Weechat -> WeeChat

This commit is contained in:
Sébastien Helleu
2019-03-17 18:34:21 +01:00
parent 3ee87bcfce
commit 1ef7a55e72
29 changed files with 57 additions and 57 deletions
+1 -1
View File
@@ -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;