diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-01-08 20:50:02 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-01-08 20:50:02 -0500 |
commit | a48cb9fa436720c263dd41ce501076185aeb5872 (patch) | |
tree | d4d908ccd2602aeef27bf47193ffafd94f3c5741 | |
parent | 4f02812242d1fd90d859eb98ac3fb1ed182f18cf (diff) | |
download | tor-a48cb9fa436720c263dd41ce501076185aeb5872.tar.gz tor-a48cb9fa436720c263dd41ce501076185aeb5872.zip |
core/include.am: spelling fix
-rw-r--r-- | src/core/include.am | 2 |
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. |