diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-16 04:43:08 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-17 16:37:19 +0100 |
commit | 3bd840e406733694dd240496e1132b8676346d4f (patch) | |
tree | ba255dc5bae6c91b37b605731eb8e791259f5f9b /gnu/packages/python.scm | |
parent | 732a148995ada989a3e96b460e2a159acf43b373 (diff) | |
download | guix-3bd840e406733694dd240496e1132b8676346d4f.tar guix-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/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 135ea29706..8107c0acfa 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -12988,7 +12988,7 @@ interpreter. bpython's main features are (synopsis "Python library for monitoring inotify events") (description "@code{pyinotify} provides a Python interface for monitoring -filesystem events on Linux.") +file system events on Linux.") (license license:expat))) (define-public python2-pyinotify |