Skip to content

Commit 23e40f3

Browse files
authored
docs: fix spelling (openresty#1841)
1 parent 138c1b9 commit 23e40f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

t/030-uri-args.t

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,7 @@ bad argument #1 to 'set_uri_args' (string, number, or table expected, but got us
16901690

16911691

16921692
=== TEST 64: set_uri binary option with unsafe uri
1693-
explict specify binary option to true
1693+
explicit specify binary option to true
16941694
--- config
16951695
location /t {
16961696
rewrite_by_lua_block {
@@ -1717,7 +1717,7 @@ explict specify binary option to true
17171717

17181718

17191719
=== TEST 65: set_uri binary option with unsafe uri
1720-
explict specify binary option to false
1720+
explicit specify binary option to false
17211721
--- config
17221722
location /t {
17231723
rewrite_by_lua_block {
@@ -1743,7 +1743,7 @@ qr{\[error\] \d+#\d+: \*\d+ lua entry thread aborted: runtime error: rewrite_by_
17431743

17441744

17451745
=== TEST 66: set_uri binary option with safe uri
1746-
explict specify binary option to false
1746+
explicit specify binary option to false
17471747
--- config
17481748
location /t {
17491749
rewrite_by_lua_block {

t/129-ssl-socket.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,7 @@ SSL reused session
19391939
--- request
19401940
GET /t
19411941
--- response_body eval
1942-
# Since nginx version 1.19.1, invalidity date is considerd a non-critical CRL
1942+
# Since nginx version 1.19.1, invalidity date is considered a non-critical CRL
19431943
# entry extension, in other words, revoke still works even if CRL has expired.
19441944
$Test::Nginx::Util::NginxVersion >= 1.019001 ?
19451945

0 commit comments

Comments
 (0)