1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-10 02:48:53 +02:00

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
+1 -1
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