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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user