mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: stress-make: Fix typo "explicitly".
* gnu/packages/debug (stress-make)[description]: Fix typo.
This commit is contained in:
parent
d087a3a6c1
commit
f457397ad7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue