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

nickm at torproject.org nickm at torproject.org
Sat Jan 10 21:00:24 UTC 2015


commit 5ac26cb7c70e160315cdb0e5d56a123e86f81b70
Author: teor <teor2345 at 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
     }





More information about the tor-commits mailing list