guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/23: gnu: stress-make: Fix typo "explicitly".


From: guix-commits
Subject: 01/23: gnu: stress-make: Fix typo "explicitly".
Date: Wed, 22 May 2019 21:22:37 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit f457397ad76eb752a990eefd4b90681fc136d14a
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 16:04:46 2019 -0700

    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(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index b035951..e199e85 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]