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

* gnu/packages/debug (stress-make)[description]: Fix typo.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ down the road.")
(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