[tor/master] Fix a minor misspelling in util.c

10 Jan
2015
10 Jan
'15
9 p.m.
commit 5ac26cb7c70e160315cdb0e5d56a123e86f81b70 Author: teor <teor2345@gmail.com> Date: Sat Jan 10 15:52:55 2015 +1100 Fix a minor misspelling in util.c --- src/common/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/util.c b/src/common/util.c index 6226dd7..abf4813 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 }
3780
Age (days ago)
3780
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org