From: Roger Dingledine Date: Wed, 6 Jul 2011 04:48:22 +0000 (-0400) Subject: appease check-spaces X-Git-Tag: tor-0.2.2.30-rc~6^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f749791730a9ac8e4e815546e0411e34dc222a9;p=thirdparty%2Ftor.git appease check-spaces --- diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 1140f3314e..a63e89b126 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -1501,7 +1501,7 @@ get_unique_circ_id_by_conn(or_connection_t *conn) } /** If verbose is false, allocate and return a comma-separated list of - * the currently built elements of circ. If verbose is true, also + * the currently built elements of circ. If verbose is true, also * list information about link status in a more verbose format using spaces. * If verbose_names is false, give nicknames for Named routers and hex * digests for others; if verbose_names is true, use $DIGEST=Name style