diff options
Diffstat (limited to 'gnu/packages/golang-check.scm')
-rw-r--r-- | gnu/packages/golang-check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm index 964f62a096..b8fa1d4527 100644 --- a/gnu/packages/golang-check.scm +++ b/gnu/packages/golang-check.scm @@ -2365,7 +2365,7 @@ built-in @code{testing} package, but can be used in other contexts too.") (modules '((guix build utils))) (snippet #~(begin - ;; Submodules with their own go.mod files and packaged separatly: + ;; Submodules with their own go.mod files and packaged separately: ;; ;; - gotest.tools/x/generics (for-each delete-file-recursively |