From 1c956ccd5f3221c9d5317d50435253da079831c3 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 19 Sep 2017 19:55:57 -0400 Subject: fix typos/etc found while starting to look at scheduler --- src/or/hs_service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/hs_service.c') 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) { -- cgit v1.2.3-54-g00ecf