]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
core/include.am: spelling fix
authorNick Mathewson <nickm@torproject.org>
Thu, 9 Jan 2020 01:50:02 +0000 (20:50 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 9 Jan 2020 01:50:02 +0000 (20:50 -0500)
src/core/include.am

index 50a2e2eeb8e4f94423b596a05d2a91c31e03dc2f..bd36d01f21f49bfbfc39fb13573c4a337759f1bd 100644 (file)
@@ -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.