mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: python-honcho: Fix typo "several".
* gnu/packages/python-xyz (python-honcho)[description]: Fix typo.
This commit is contained in:
parent
7cc9ef9c20
commit
50fceab07e
1 changed files with 1 additions and 1 deletions
|
@ -4862,7 +4862,7 @@ (define-public python-honcho
|
||||||
(synopsis "Manage Procfile-based applications")
|
(synopsis "Manage Procfile-based applications")
|
||||||
(description
|
(description
|
||||||
"A Procfile is a file which describes how to run an application
|
"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
|
The output of all running processes is collected by honcho and
|
||||||
displayed.")
|
displayed.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Reference in a new issue