aboutsummaryrefslogtreecommitdiff
path: root/src/core/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-01-08 20:50:02 -0500
committerNick Mathewson <nickm@torproject.org>2020-01-08 20:50:02 -0500
commita48cb9fa436720c263dd41ce501076185aeb5872 (patch)
treed4d908ccd2602aeef27bf47193ffafd94f3c5741 /src/core/include.am
parent4f02812242d1fd90d859eb98ac3fb1ed182f18cf (diff)
downloadtor-a48cb9fa436720c263dd41ce501076185aeb5872.tar.gz
tor-a48cb9fa436720c263dd41ce501076185aeb5872.zip
core/include.am: spelling fix
Diffstat (limited to 'src/core/include.am')
-rw-r--r--src/core/include.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/include.am b/src/core/include.am
index 50a2e2eeb8..bd36d01f21 100644
--- a/src/core/include.am
+++ b/src/core/include.am
@@ -168,7 +168,7 @@ LIBTOR_APP_A_SOURCES += src/app/main/ntmain.c
endif
#
-# Modules are conditionnally compiled in tor starting here. We add the C files
+# Modules are conditionally compiled in tor starting here. We add the C files
# only if the modules has been enabled at configure time. We always add the
# source files of every module to libtor-testing.a so we can build the unit
# tests for everything. See the UNITTESTS_ENABLED branch below.