aboutsummaryrefslogtreecommitdiff
path: root/docs/HTTP2.md
diff options
context:
space:
mode:
authorAlex Chan <alex@alexwlchan.net>2016-11-15 09:47:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2016-11-15 15:41:45 +0100
commit771f3f22dd2514b07c5957f91cedce90766f67eb (patch)
tree7a952777c74022db3d2ce29e31fb47c0268ec04b /docs/HTTP2.md
parentcfd69c133984a5df3de63b4f8c5f64885c6e33ae (diff)
docs: Spelling fixes
Diffstat (limited to 'docs/HTTP2.md')
-rw-r--r--docs/HTTP2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP2.md b/docs/HTTP2.md
index 0649ccd54..efbe69991 100644
--- a/docs/HTTP2.md
+++ b/docs/HTTP2.md
@@ -120,7 +120,7 @@ Alt-Svc is an extension with a corresponding frame (ALTSVC) in HTTP/2 that
tells the client about an alternative "route" to the same content for the same
origin server that you get the response from. A browser or long-living client
can use that hint to create a new connection asynchronously. For libcurl, we
-may introduce a way to bring such clues to the applicaton and/or let a
+may introduce a way to bring such clues to the application and/or let a
subsequent request use the alternate route automatically.
[Detailed in RFC 7838](https://tools.ietf.org/html/rfc7838)