diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-27 16:25:08 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-29 16:56:39 +0200 |
commit | 339b96bdc5a6a4121c3a98725615353dd9f2e69b (patch) | |
tree | bd1570830b8abfbf6af88ee6a5edd5dcaf2f1433 /gnu/packages/tryton.scm | |
parent | ae6e09ad472cb800bf5cf58b19bf6d25449b8701 (diff) | |
download | guix-339b96bdc5a6a4121c3a98725615353dd9f2e69b.tar.gz |
gnu: trytond-stock-forecast: Fix typo in description.
* gnu/packages/tryton.scm (trytond-stock-forecast)[description]: Fix ‘mecanisms’ typo.
Diffstat (limited to 'gnu/packages/tryton.scm')
-rw-r--r-- | gnu/packages/tryton.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |