From: Nick Mathewson Date: Thu, 9 Jan 2020 01:50:02 +0000 (-0500) Subject: core/include.am: spelling fix X-Git-Tag: tor-0.4.3.1-alpha~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a48cb9fa436720c263dd41ce501076185aeb5872;p=thirdparty%2Ftor.git core/include.am: spelling fix --- 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.