aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-01-10 16:00:12 -0500
committerNick Mathewson <nickm@torproject.org>2015-01-10 16:00:12 -0500
commit53ecfba2842831d9e500fd383f2ac4e00c258d95 (patch)
treec0b286d123a0064b87b87a4c6bc72bacd6495b10
parent33df3e37ffecfed309a1a0f210a96620c0ebb837 (diff)
parent5ac26cb7c70e160315cdb0e5d56a123e86f81b70 (diff)
downloadtor-53ecfba2842831d9e500fd383f2ac4e00c258d95.tar.gz
tor-53ecfba2842831d9e500fd383f2ac4e00c258d95.zip
Merge remote-tracking branch 'teor/fix-typos'
-rw-r--r--src/common/util.c2
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
}