diff options
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r-- | src/or/routerparse.c | 2 |
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"); |