diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 17:33:10 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:29:50 -0700 |
commit | 50fceab07ee7f01e82bb4229cad6de8f66d988db (patch) | |
tree | aafc4a66f0dee890c394e7503f3ebd7bcb7de577 /gnu | |
parent | 7cc9ef9c200105874240cde9482d21e826249373 (diff) | |
download | patches-50fceab07ee7f01e82bb4229cad6de8f66d988db.tar patches-50fceab07ee7f01e82bb4229cad6de8f66d988db.tar.gz |
gnu: python-honcho: Fix typo "several".
* gnu/packages/python-xyz (python-honcho)[description]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e3391dcd0e..e5f9f39694 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4862,7 +4862,7 @@ cluster without needing to write any wrapper code yourself.") (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))) |