diff --git a/src/or/control.c b/src/or/control.c index c176e47eab..249406de88 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -1251,7 +1251,7 @@ getinfo_helper_misc(control_connection_t *conn, const char *question, /** Awful hack: return a newly allocated string based on a routerinfo and * (possibly) an extrainfo, sticking the read-history and write-history from * ei into the resulting string. The thing you get back won't - * have a valid signature. + * necessarily have a valid signature. * * New code should never use this; it's for backward compatibiliy. *