From 339b96bdc5a6a4121c3a98725615353dd9f2e69b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 27 Sep 2021 16:25:08 +0200 Subject: gnu: trytond-stock-forecast: Fix typo in description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/tryton.scm (trytond-stock-forecast)[description]: Fix ‘mecanisms’ typo. --- gnu/packages/tryton.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/tryton.scm') diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 37f0f9adf2..d5cfb63e1b 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -3784,7 +3784,7 @@ consignment stock from supplier or at customer warehouse.") (synopsis "Tryton module with stock forecasts") (description "The @emph{Stock Forecast} Tryton module provide a simple way to create stock moves toward customers with a date in the future. This allows -other stock mecanisms to anticipate customer demand.") +other stock mechanisms to anticipate customer demand.") (license license:gpl3+))) (define-public trytond-stock-inventory-location -- cgit v1.2.3