]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs,tests: fix english grammar "allow to" -> "allow <something> to"
authorCarlos Henrique Lima Melara <charlesmelara@riseup.net>
Wed, 2 Jul 2025 00:18:46 +0000 (21:18 -0300)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 7 Jul 2025 07:05:17 +0000 (09:05 +0200)
This was spotted by Debian's lintian tool. It adds an informational
warning at every run, so my OCD was kicking in and I had to fix it :-)

Closes #17787

20 files changed:
docs/libcurl/opts/CURLOPT_QUICK_EXIT.md
docs/tests/HTTP.md
tests/data/test1933
tests/data/test1934
tests/data/test1935
tests/data/test1936
tests/data/test1937
tests/data/test1938
tests/data/test1955
tests/data/test1956
tests/data/test1957
tests/data/test1958
tests/data/test1959
tests/data/test1964
tests/data/test1970
tests/data/test1971
tests/data/test1972
tests/data/test1973
tests/data/test1974
tests/data/test1975

index 2d1537b6063aeb8960fc848bf70d8637e141e5a3..7027159e31f9b529c7ca42b351dc8a2d4efa273e 100644 (file)
@@ -14,7 +14,7 @@ Added-in: 7.87.0
 
 # NAME
 
-CURLOPT_QUICK_EXIT - allow to exit quickly
+CURLOPT_QUICK_EXIT - allow libcurl to exit quickly
 
 # SYNOPSIS
 
index 978eb656b1867db5c04e42fb36ffd27b4afcffeb..3728140599f141410709ef5398145581527a735a 100644 (file)
@@ -141,10 +141,10 @@ The module adds 2 "handlers" to the Apache server (right now). Handler are piece
   * `s`: seconds (the default)
   * `ms`: milliseconds
 
-As you can see, `mod_curltest`'s tweak handler allow to simulate many kinds of
-responses. An example of its use is `test_03_01` where responses are delayed
-using `chunk_delay`. This gives the response a defined duration and the test
-uses that to reload `httpd` in the middle of the first request. A graceful
+As you can see, `mod_curltest`'s tweak handler allows Apache to simulate many
+kinds of responses. An example of its use is `test_03_01` where responses are
+delayed using `chunk_delay`. This gives the response a defined duration and the
+test uses that to reload `httpd` in the middle of the first request. A graceful
 reload in httpd lets ongoing requests finish, but closes the connection
-afterwards and tears down the serving process. The following request then
-needs to open a new connection. This is verified by the test case.
+afterwards and tears down the serving process. The following request then needs
+to open a new connection. This is verified by the test case.
index 4979c79570053660650a63e67465f0d376a398b3..2486b8ccbc05709eb005d1a62b4a5a2fee29da84 100644 (file)
@@ -32,7 +32,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug
index fce85446ebe0d932785a8659c2c024be949fcb9c..853817e2dc68b6b3f21cf40370b9aaf8e264d482 100644 (file)
@@ -32,7 +32,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug
index 359299ea3efd69d532614271ec1873e05c17226f..6cb67ab8423c0d359dd57e24e3b7390d64e32385 100644 (file)
@@ -32,7 +32,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug
index 17f312a850641859e9097651408be44fa6b70b91..6e762493fe43f98ef851db56a36c86e2d19c8fe2 100644 (file)
@@ -32,7 +32,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug
index ea601ffef0ee4a4ea3ba1a0bc723914f77722976..fc50a06dd8b71e8553b27240ff2b9dacc498739c 100644 (file)
@@ -33,7 +33,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug
index ecbffb407451d1012b10d140cd3eceb7ce00b229..77e68789d1b6ca03b0607b7d5cc4117a36e93534 100644 (file)
@@ -33,7 +33,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug
index aa1389eb92a2819c56b40580e7fe505d9088d2e3..35f87cdad704b44a6e708702f073714d7c8fccfc 100644 (file)
@@ -32,7 +32,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug
index b29d16a56bc276a876ed8739d21bfbce553885c3..b7ee7b728063a6e1863b980337eec869f9bf9814 100644 (file)
@@ -32,7 +32,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug
index baac1487b477b15b61bba836c1b04048c8304118..b024def6c020c0c6c819abb0f426fd98073dde9a 100644 (file)
@@ -32,7 +32,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug
index 13bc78677da5050e88350d649f56cb158a627e61..1c59d4a5219c56088f26ff8f3aa4b729a3acc53d 100644 (file)
@@ -32,7 +32,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug
index 91b270a6aab6f1202a530fefd44bb5cba10552b9..11d898708034be66e5bc9552ee75783a353719dd 100644 (file)
@@ -32,7 +32,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug
index 0cc8825fdac5841e7b2a74331f75d95b4a20a627..f49d7894c7548ce399f0ea9119b35063c63ded73 100644 (file)
@@ -32,7 +32,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 crypto
index d11d78e8709f2d2957b06a02aeca64fc46672767..673d3101151690b25f5352e88fea1b08710654d8 100644 (file)
@@ -32,7 +32,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug
index c2b7e045d1bf1db62762b4b3a9ecc9aafffcbcab..85a1eed81024ad9fbba62fc44bc888bd73609213 100644 (file)
@@ -25,7 +25,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug
index c1ff094b8469f149c152479b08fa257505962ec7..c5d9c4233022a3467597a641342a58c37244085c 100644 (file)
@@ -32,7 +32,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug
index 1ceaf575bd9faae1493682642bbae728cd46dd99..9e78cc4ad45d8ee5dfc08970bcb1c878e7e24862 100644 (file)
@@ -32,7 +32,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug
index e1ae2b9ce39e825c2405b2bc392f604a1f5d7e8d..48eb9da20a74584b73939403662df1dcf71b4a40 100644 (file)
@@ -32,7 +32,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug
index 903b4748559d96c9e19336ab3433b3d970d2c2ad..29b9e5ebe8d12cd7dc14ae27cffa25acd27df1be 100644 (file)
@@ -25,7 +25,7 @@ Content-Length: 0
 <server>
 http
 </server>
-# this relies on the debug feature which allow to set the time
+# this relies on the debug feature which allows tests to set the time
 <features>
 SSL
 Debug