]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: fix typos in NEW-PROTOCOL.md 6471/head
authorEmil Engler <me@emilengler.com>
Sun, 17 Jan 2021 11:54:34 +0000 (12:54 +0100)
committerEmil Engler <me@emilengler.com>
Sun, 17 Jan 2021 11:56:03 +0000 (12:56 +0100)
This fixes a misspelled "it" and a grammatically wrong "-ing" suffix.

Closes #6471

docs/NEW-PROTOCOL.md

index 489c431286a30f0eb9558e3fdb86ba5799472a58..9984eea2aa90c4272c0ebb4e876ebb5af35033e5 100644 (file)
@@ -38,8 +38,8 @@ session".
 ### Transfer oriented
 
 The protocol itself should be focused on *transfers*. Be it uploads or
-downloads or both. I should at least be possible to view the transfers as
-such, like we can view reading emails over POP3 as a downloading and sending
+downloads or both. It should at least be possible to view the transfers as
+such, like we can view reading emails over POP3 as a download and sending
 emails over SMTP as an upload.
 
 If you cannot even shoehorn the protocol into a transfer focused view, then