aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2023-07-06 13:29:31 +0000
committerDavid Goulet <dgoulet@torproject.org>2023-07-06 13:29:31 +0000
commit57976e918631089e3a175266f205bc804a4e6937 (patch)
tree248355aacc2076ef421fa694f5d768062cb24d73
parent05624b578152f3bdcc2e7ee8f49a87839839c22c (diff)
parent294872a407a3e1fa56a1e5fc14ebac28ddc429f3 (diff)
downloadtor-57976e918631089e3a175266f205bc804a4e6937.tar.gz
tor-57976e918631089e3a175266f205bc804a4e6937.zip
Merge branch 'trivial-typo-fix' into 'main'
trivial typo fix in comment See merge request tpo/core/tor!726
-rw-r--r--src/app/config/config.c2
1 files changed, 1 insertions, 1 deletions
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 }