From 294872a407a3e1fa56a1e5fc14ebac28ddc429f3 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 5 Jul 2023 16:38:32 -0400 Subject: trivial typo fix in comment --- src/app/config/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app') diff --git a/src/app/config/config.c b/src/app/config/config.c index 4a703abaa3..a10329c552 100644 --- a/src/app/config/config.c +++ b/src/app/config/config.c @@ -182,7 +182,7 @@ static const char unix_q_socket_prefix[] = "unix:\""; #define MAX_CONSTRAINED_TCP_BUFFER 262144 /* 256k */ /** macro to help with the bulk rename of *DownloadSchedule to - * *DowloadInitialDelay . */ + * *DownloadInitialDelay . */ #ifndef COCCI #define DOWNLOAD_SCHEDULE(name) \ { (#name "DownloadSchedule"), (#name "DownloadInitialDelay"), 0, 1 } -- cgit v1.2.3-54-g00ecf