mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Fix a minor misspelling in util.c
This commit is contained in:
parent
563bb1ad81
commit
5ac26cb7c7
@ -2953,7 +2953,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…
Reference in New Issue
Block a user