diff options
author | Efraim Flashner <[email protected]> | 2025-02-19 11:11:03 +0200 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2025-02-19 11:21:47 +0200 |
commit | 66daf46b411ea68893d3066e654f38fc05d6f286 (patch) | |
tree | 2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu/packages/python-web.scm | |
parent | 77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff) |
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 2ee444a509..d2d5a25e81 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2121,7 +2121,7 @@ parallel as well as downloading each file in a number of chunks. asciicast demo of parfive parfive works by creating a downloader object, appending files to it and then running the download. parfive has a synchronous -API, but uses asyncio to paralellise downloading the files.") +API, but uses asyncio to parallelise downloading the files.") (license license:expat))) (define-public python-html2text @@ -8562,7 +8562,7 @@ interpreter written in pure Python.") (home-page "https://github.com/web-push-libs/encrypted-content-encoding") (synopsis "Encrypted Content Encoding for HTTP") (description - "This package provices a simple implementation of Encrypted Content + "This package provides a simple implementation of Encrypted Content Encoding for HTTP.") (license license:expat))) |