diff options
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) { |