gnu: stress-make: Fix typo "explicitly".

* gnu/packages/debug (stress-make)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 16:04:46 -07:00
parent d087a3a6c1
commit f457397ad7
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -313,7 +313,7 @@ (define-public stress-make
(home-page "https://github.com/losalamos/stress-make")
(synopsis "Expose race conditions in Makefiles")
(description
"Stress Make is a customized GNU Make that explicitely manages the order
"Stress Make is a customized GNU Make that explicitly manages the order
in which concurrent jobs are run to provoke erroneous behavior into becoming
manifest. It can run jobs in the order in which they're launched, in backwards
order, or in random order. The thought is that if code builds correctly with