From 5ac26cb7c70e160315cdb0e5d56a123e86f81b70 Mon Sep 17 00:00:00 2001 From: teor Date: Sat, 10 Jan 2015 15:52:55 +1100 Subject: [PATCH] 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 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 }