]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs/DEPRECATE.md: grammar improvement and sp correction
authorandy5995 <arch_stanton5995@protonmail.com>
Fri, 9 Dec 2022 19:10:42 +0000 (13:10 -0600)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 11 Dec 2022 11:35:33 +0000 (12:35 +0100)
The main thing I wanted to do was fix the spelling of "spent", but I
think this rewording improves the flow of the paragraph.

Closes #10067

docs/DEPRECATE.md

index 80be68f7d581ae14ed978772a8ad0daf96106dde..b7afb3a7320ffaa2af7b29507e2f90370daf4326 100644 (file)
@@ -10,8 +10,8 @@ how your use case cannot be satisfied properly using a workaround.
 
 curl will *require* support for a 64 bit data type (like `long long` or an
 alternative) to build. These days, few systems are used where no such type is
-around so the cost of maintaining this support is increasingly unnecessary to
-spent effort and time on, while supporting 32 bit values for some of those
+around, so it is increasingly unnecessary to spend effort and time on
+maintaining this support. Also, supporting 32 bit values for some of those
 fields is complicated and hard to test.
 
 Adding this requirement will make the code simpler, easier to maintain and the