summaryrefslogtreecommitdiff
path: root/gnu/packages/syncthing.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-16 04:43:08 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-17 16:37:19 +0100
commit3bd840e406733694dd240496e1132b8676346d4f (patch)
treeba255dc5bae6c91b37b605731eb8e791259f5f9b /gnu/packages/syncthing.scm
parent732a148995ada989a3e96b460e2a159acf43b373 (diff)
downloadpatches-3bd840e406733694dd240496e1132b8676346d4f.tar
patches-3bd840e406733694dd240496e1132b8676346d4f.tar.gz
gnu: Fix more ‘filesystem’ spellings.
* gnu/packages/python.scm (python-pyinotify)[description]: Spell ‘file system’ as ‘file system’. * gnu/packages/syncthing.scm (go-github-com-zillode-notify)[synopsis]: Likewise. (go-github-com-prometheus-procfs)[description]: Likewise. Minorly tweak grammar.
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r--gnu/packages/syncthing.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 6c3792b92f..04f258481e 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1692,7 +1692,7 @@ using sh's word-splitting rules.")
'(#:import-path "github.com/zillode/notify"))
(propagated-inputs
`(("go-golang-org-x-sys-unix" ,go-golang-org-x-sys-unix)))
- (synopsis "Filesystem event notification library")
+ (synopsis "File system event notification library")
(description "This package provides @code{notify}, a file system event
notification library in Go.")
(home-page "https://github.com/zillode/notify")
@@ -1871,8 +1871,8 @@ Prometheus metrics.")
(arguments
'(#:import-path "github.com/prometheus/procfs"))
(synopsis "Go library for reading @file{/proc}")
- (description "This Go package @code{procfs} provides functions to retrieve
-system, kernel and process metrics from the pseudo-filesystem @file{/proc}.")
+ (description "The @code{procfs} Go package provides functions to retrieve
+system, kernel, and process metrics from the @file{/proc} pseudo file system.")
(home-page "https://github.com/prometheus/procfs")
(license asl2.0))))