guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 05/05: gnu: go-golang.org-x-sync-errgroup: Fix spelling of "cancellation".
Date: Fri, 6 Mar 2020 23:14:02 -0500 (EST)

vagrantc pushed a commit to branch master
in repository guix.

commit 5fb3c00256a63a57e8e96ff5480895539327168c
Author: Vagrant Cascadian <address@hidden>
AuthorDate: Fri Mar 6 20:05:50 2020 -0800

    gnu: go-golang.org-x-sync-errgroup: Fix spelling of "cancellation".
    
    * gnu/packages/golang (go-golang.org-x-sync-errgroup)[synopsis]: 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 630984d..871b1fe 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3197,7 +3197,7 @@ are semantically equal in Go (for writing tests).")
       (arguments
        '(#:import-path "golang.org/x/sync/errgroup"
          #:unpack-path "golang.org/x/sync"))
-      (synopsis "Synchronization, error propagation, and Context cancelation
+      (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



reply via email to

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