summaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 16:46:54 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:21:49 -0700
commitb55b96a73c650525cd60abdd9a493cf51dd674ce (patch)
tree775f14596f1136ec01a0c4d99f81122a1bb9e4e6 /gnu/packages/syncthing.scm
parent4ca7207be2aca4f2d446388b3bdef32298c6a928 (diff)
downloadpatches-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.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r--gnu/packages/syncthing.scm2
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))))