From f457397ad76eb752a990eefd4b90681fc136d14a Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Wed, 22 May 2019 16:04:46 -0700 Subject: gnu: stress-make: Fix typo "explicitly". * gnu/packages/debug (stress-make)[description]: Fix typo. --- gnu/packages/debug.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/debug.scm') diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm index b035951e26..e199e859ff 100644 --- a/gnu/packages/debug.scm +++ b/gnu/packages/debug.scm @@ -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 -- cgit v1.2.3