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.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-16 04:43:08 +01:00
parent 732a148995
commit 3bd840e406
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
2 changed files with 4 additions and 4 deletions

View File

@ -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))))