]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix a minor misspelling in util.c
authorteor <teor2345@gmail.com>
Sat, 10 Jan 2015 04:52:55 +0000 (15:52 +1100)
committerteor <teor2345@gmail.com>
Sat, 10 Jan 2015 04:52:55 +0000 (15:52 +1100)
src/common/util.c

index 6226dd74e92a090c0bdec210abca522c1e9cbffa..abf48133ae7a20435461ea6389721adad1d33e1b 100644 (file)
@@ -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
     }