diff options
Diffstat (limited to 'gnu/packages/ipfs.scm')
-rw-r--r-- | gnu/packages/ipfs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index 43923a90ac..faf982f4d7 100644 --- a/gnu/packages/ipfs.scm +++ b/gnu/packages/ipfs.scm @@ -939,7 +939,7 @@ their levels to be controlled individually.") (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: ;; ;; - github.com/libp2p/go-libp2p/scripts/test_analysis ;; - github.com/libp2p/go-libp2p/test-plans/m/v2 |