From 50fceab07ee7f01e82bb4229cad6de8f66d988db Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 17:33:10 -0700 Subject: [PATCH] gnu: python-honcho: Fix typo "several". * gnu/packages/python-xyz (python-honcho)[description]: Fix typo. --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (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)))