mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Merge remote-tracking branch 'teor/fix-typos'
This commit is contained in:
commit
53ecfba284
1 changed files with 1 additions and 1 deletions
|
@ -2966,7 +2966,7 @@ expand_filename(const char *filename)
|
|||
tor_free(username);
|
||||
rest = slash ? (slash+1) : "";
|
||||
#else
|
||||
log_warn(LD_CONFIG, "Couldn't expend homedir on system without pwd.h");
|
||||
log_warn(LD_CONFIG, "Couldn't expand homedir on system without pwd.h");
|
||||
return tor_strdup(filename);
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue