guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/18: gnu: nghttp2: Fix typo "compatibility".


From: guix-commits
Subject: 13/18: gnu: nghttp2: Fix typo "compatibility".
Date: Wed, 22 May 2019 21:30:42 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 4ba51e22c7ba7ff9d9cb6bc953f95c0097cd9234
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 17:43:23 2019 -0700

    gnu: nghttp2: Fix typo "compatibility".
    
    * gnu/packages/web (nghttp2)[description]: Fix typo.
---
 gnu/packages/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 48be704..e5f824d 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6384,7 +6384,7 @@ serves files from a local directory.
 @item @command{nghttpx}, a fast, multi-threaded HTTP/2 reverse proxy that can 
be
 deployed in front of existing web servers that don't support HTTP/2.
 Both @command{nghttpd} and @command{nghttpx} can fall back to HTTP/1.1 for
-backwards compatibilty with clients that don't speak HTTP/2.
+backwards compatibility with clients that don't speak HTTP/2.
 @item @command{h2load} for benchmarking (only!) your own HTTP/2 servers.
 @item HTTP/2 uses a header compression method called @dfn{HPACK}.
 nghttp2 provides a HPACK encoder and decoder as part of its public API.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]