diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 16:46:54 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:21:49 -0700 |
commit | b55b96a73c650525cd60abdd9a493cf51dd674ce (patch) | |
tree | 775f14596f1136ec01a0c4d99f81122a1bb9e4e6 | |
parent | 4ca7207be2aca4f2d446388b3bdef32298c6a928 (diff) | |
download | patches-b55b96a73c650525cd60abdd9a493cf51dd674ce.tar patches-b55b96a73c650525cd60abdd9a493cf51dd674ce.tar.gz |
gnu: go-github-com-petermattis-goid: Fix typo "programmatically".
* gnu/packages/syncthing (go-github-com-petermattis-goid)[description]: Fix
typo.
-rw-r--r-- | gnu/packages/syncthing.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 93128bcc0f..acc9eda152 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -781,7 +781,7 @@ error handling primitives in Go.") (arguments '(#:import-path "github.com/petermattis/goid")) (synopsis "Identify the running goroutine") - (description "This package offers a method of programatically retrieving + (description "This package offers a method of programmatically retrieving the current goroutine's ID.") (home-page "https://github.com/petermattis/goid") (license asl2.0)))) |