diff options
author | Roger Dingledine <arma@torproject.org> | 2017-09-19 19:55:57 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2017-09-19 19:55:57 -0400 |
commit | 1c956ccd5f3221c9d5317d50435253da079831c3 (patch) | |
tree | bc139537cf5a13a76d1d522b353f40291ed4fb87 /src/or/hs_service.c | |
parent | 6628c95e540b7f499195b2973acd1e089f14a62e (diff) | |
download | tor-1c956ccd5f3221c9d5317d50435253da079831c3.tar.gz tor-1c956ccd5f3221c9d5317d50435253da079831c3.zip |
fix typos/etc found while starting to look at scheduler
Diffstat (limited to 'src/or/hs_service.c')
-rw-r--r-- | src/or/hs_service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/hs_service.c b/src/or/hs_service.c index d26f49516d..f905a688b4 100644 --- a/src/or/hs_service.c +++ b/src/or/hs_service.c @@ -1917,7 +1917,7 @@ STATIC void run_housekeeping_event(time_t now) { /* Note that nothing here opens circuit(s) nor uploads descriptor(s). We are - * simply moving things around or removing uneeded elements. */ + * simply moving things around or removing unneeded elements. */ FOR_EACH_SERVICE_BEGIN(service) { |