diff options
author | Rich Bowen <rbowen@apache.org> | 2024-01-24 15:44:49 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2024-01-24 15:44:49 +0100 |
commit | 8268915c90ec89994798076628a14710a21c4a49 (patch) | |
tree | c7d08fd5b0ec6412b84150a876f3f31eec535faf /server | |
parent | *) mod_http2: v2.0.26 with the following fixes: (diff) | |
download | apache2-8268915c90ec89994798076628a14710a21c4a49.tar.xz apache2-8268915c90ec89994798076628a14710a21c4a49.zip |
Updated typo NWGNUmakefile
dependencies was spelled dependancies.
Submitted by: StevenSedwick <133059415+StevenSedwick@users.noreply.github.com>
Github: closes #382
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915380 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r-- | server/NWGNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/NWGNUmakefile b/server/NWGNUmakefile index 3a61094f8e..10dfa56c45 100644 --- a/server/NWGNUmakefile +++ b/server/NWGNUmakefile @@ -225,7 +225,7 @@ FILES_lib_objs = \ $(EOLIST) # -# implement targets and dependancies (leave this section alone) +# implement targets and dependencies (leave this section alone) # libs :: $(OBJDIR) $(TARGET_lib) |