aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2013-07-15 15:08:35 +0200
committerNick Mathewson <nickm@torproject.org>2013-07-15 09:43:37 -0400
commit2cb59be9993ecec13ceabc0c4754e52f8c5ea4e5 (patch)
tree3b85f7f0d5d8a16ef0724f47b003c4ca10a2fc28 /src/or
parentc9cb5a18fcb02b66bed5b5766e61eb2bf99a0f0c (diff)
downloadtor-2cb59be9993ecec13ceabc0c4754e52f8c5ea4e5.tar
tor-2cb59be9993ecec13ceabc0c4754e52f8c5ea4e5.tar.gz
Fix two pre-coffee typos
Diffstat (limited to 'src/or')
-rw-r--r--src/or/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/connection.c b/src/or/connection.c
index edcf966e7..6a3cc7bec 100644
--- a/src/or/connection.c
+++ b/src/or/connection.c
@@ -879,7 +879,7 @@ check_location_for_unix_socket(const or_options_t *options, const char *path)
cpd_check_t flags = CPD_CHECK_MODE_ONLY;
if (get_parent_directory(p)<0 || p[0] != '/') {
log_warn(LD_GENERAL, "Bad unix socket address '%s'. Tor does not support "
- "relative patchs for unix sockets.", path);
+ "relative paths for unix sockets.", path);
goto done;
}