diff options
| author | mochalins <117967760+mochalins@users.noreply.github.com> | 2025-05-23 17:02:52 +0900 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-06-02 07:24:06 -0700 |
| commit | 4e1ffdca6d97c1bddc460835c94b16bc64284861 (patch) | |
| tree | 80c27b0e509c8d7001619af27a33794f4bcad3c4 /src/supplemental | |
| parent | 1323aece0712522ccb2bf432b5085889a3513fa8 (diff) | |
| download | nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.tar.gz nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.tar.bz2 nng-4e1ffdca6d97c1bddc460835c94b16bc64284861.zip | |
Fix typos across docs, comments, and CMake
Diffstat (limited to 'src/supplemental')
| -rw-r--r-- | src/supplemental/http/http_server_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/supplemental/http/http_server_test.c b/src/supplemental/http/http_server_test.c index e091cd89..b55acd59 100644 --- a/src/supplemental/http/http_server_test.c +++ b/src/supplemental/http/http_server_test.c @@ -349,7 +349,7 @@ test_server_404(void) } static void -test_server_no_authoritive_form(void) +test_server_no_authoritative_form(void) { struct server_test st; nng_http_handler *h; @@ -1108,7 +1108,7 @@ NUTS_TESTS = { { "server canonify", test_server_canonify }, { "server head", test_server_head }, { "server 404", test_server_404 }, - { "server authoritiative form", test_server_no_authoritive_form }, + { "server authoritiative form", test_server_no_authoritative_form }, { "server bad canonify", test_server_bad_canonify }, { "server bad version", test_server_bad_version }, { "server missing host", test_server_missing_host }, |
