diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-10 16:00:12 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-10 16:00:12 -0500 |
commit | 53ecfba2842831d9e500fd383f2ac4e00c258d95 (patch) | |
tree | c0b286d123a0064b87b87a4c6bc72bacd6495b10 | |
parent | 33df3e37ffecfed309a1a0f210a96620c0ebb837 (diff) | |
parent | 5ac26cb7c70e160315cdb0e5d56a123e86f81b70 (diff) | |
download | tor-53ecfba2842831d9e500fd383f2ac4e00c258d95.tar.gz tor-53ecfba2842831d9e500fd383f2ac4e00c258d95.zip |
Merge remote-tracking branch 'teor/fix-typos'
-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 e5dec99707..edd0ae895f 100644 --- a/src/common/util.c +++ b/src/common/util.c @@ -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 } |