diff options
author | teor <teor2345@gmail.com> | 2015-01-10 15:52:55 +1100 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2015-01-10 15:52:55 +1100 |
commit | 5ac26cb7c70e160315cdb0e5d56a123e86f81b70 (patch) | |
tree | c0cc32c6542588d341137342df01de9194231f7b /src/common | |
parent | 563bb1ad81db3f0f5b7066b76531db1a43dfe857 (diff) | |
download | tor-5ac26cb7c70e160315cdb0e5d56a123e86f81b70.tar.gz tor-5ac26cb7c70e160315cdb0e5d56a123e86f81b70.zip |
Fix a minor misspelling in util.c
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c index 6226dd74e9..abf48133ae 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -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 } |