guix-commits
[Top][All Lists]
Advanced

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

33/52: gnu: ghc-wai-cors: Fix typo in description.


From: guix-commits
Subject: 33/52: gnu: ghc-wai-cors: Fix typo in description.
Date: Sat, 10 Apr 2021 08:15:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 04c49b252844a5e7ff1d23ec412d1223f8bb0d99
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Apr 9 19:55:06 2021 +0200

    gnu: ghc-wai-cors: Fix typo in description.
    
    * gnu/packages/haskell-web.scm (ghc-wai-cors)[description]: Fix typo.
---
 gnu/packages/haskell-web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 0be9890..a250bb4 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -2266,7 +2266,7 @@ server no longer receives pings, it shuts down.")
        ("ghc-websockets" ,ghc-websockets)))
     (home-page "https://github.com/larskuhtz/wai-cors";)
     (synopsis "Cross-Origin Resource Sharing (CORS) for WAI")
-    (description "This package provides an implemenation of Cross-Origin
+    (description "This package provides an implementation of Cross-Origin
 Resource Sharing (CORS) for the Web Application Framework (WAI) that
 aims to be compliant with @url{https://www.w3.org/TR/cors}.";)
     (license license:expat)))



reply via email to

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