summaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-01-20 20:54:42 +0000
committerRoger Dingledine <arma@torproject.org>2006-01-20 20:54:42 +0000
commitb9540285af7ab07306ebaecb1d5c80ef73676a76 (patch)
tree472108def56e1c992aaa557ffa92b749c0577b7f /src/or/routerparse.c
parentfb1e654df728791e37719dcc1ea0bc56e424fde6 (diff)
downloadtor-b9540285af7ab07306ebaecb1d5c80ef73676a76.tar.gz
tor-b9540285af7ab07306ebaecb1d5c80ef73676a76.zip
remove unused code
svn:r5847
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index 979ad22b08..fef16954d5 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -367,7 +367,7 @@ router_parse_directory(const char *str)
/* XXXX This could be simplified a lot, but it will all go away
* once pre-0.1.1.8 is obsolete, and for now it's better not to
- * tuoch it. */
+ * touch it. */
if (router_get_dir_hash(str, digest)) {
warn(LD_DIR, "Unable to compute digest of directory");