diff options
Diffstat (limited to 'src/or/main.c')
-rw-r--r-- | src/or/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/main.c b/src/or/main.c index 04c1e9949..f69fb7e63 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -352,7 +352,7 @@ static void run_scheduled_events(time_t now) { connection_ap_expire_beginning(); - /* 2c. And expire connections that we've holding open for too long. + /* 2c. And expire connections that we've held open for too long. */ connection_expire_held_open(); |