gnu: python-honcho: Fix typo "several".

* gnu/packages/python-xyz (python-honcho)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 17:33:10 -07:00
parent 7cc9ef9c20
commit 50fceab07e
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -4862,7 +4862,7 @@ (define-public python-honcho
(synopsis "Manage Procfile-based applications")
(description
"A Procfile is a file which describes how to run an application
consisting of serveral processes. honcho starts all listed processes.
consisting of several processes. honcho starts all listed processes.
The output of all running processes is collected by honcho and
displayed.")
(license license:expat)))