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 48fdd7ef2..511b9da77 100644 --- a/src/core/wee-string.c +++ b/src/core/wee-string.c @@ -738,7 +738,7 @@ string_match_list (const char *string, const char **masks, int case_sensitive) /* * Expands home in a path. * - * Example: "~/file.txt" => "/home/xxx/file.txt" + * Example: "~/file.txt" => "/home/user/file.txt" * * Note: result must be freed after use. */ |