commit a48cb9fa436720c263dd41ce501076185aeb5872
parent 4f02812242d1fd90d859eb98ac3fb1ed182f18cf
Author: Nick Mathewson <nickm@torproject.org>
Date: Wed, 8 Jan 2020 20:50:02 -0500
core/include.am: spelling fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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.