guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: go-golang.org-x-sync-errgroup: Fix spelling of "cancellation


From: guix-commits
Subject: 03/09: gnu: go-golang.org-x-sync-errgroup: Fix spelling of "cancellation".
Date: Sun, 12 Apr 2020 15:04:02 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit db7e24ce87194bcd723d408549f4a7be8749110a
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Sun Apr 12 11:46:33 2020 -0700

    gnu: go-golang.org-x-sync-errgroup: Fix spelling of "cancellation".
    
    * gnu/packages/golang (go-golang.org-x-sync-errgroup): Fix typo.
---
 gnu/packages/golang.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 6fc5181..69f46df 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3281,7 +3281,7 @@ are semantically equal in Go (for writing tests).")
       (synopsis "Synchronization, error propagation, and Context cancellation
 for groups of goroutines working on subtasks of a common task.")
       (description "This package provides synchronization, error propagation,
-and Context cancelation for groups of goroutines working on subtasks of a
+and Context cancellation for groups of goroutines working on subtasks of a
 common task.")
       (home-page "https://godoc.org/golang.org/x/sync/errgroup";)
       (license license:bsd-3))))



reply via email to

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