From 3bd840e406733694dd240496e1132b8676346d4f Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 16 Mar 2018 04:43:08 +0100 Subject: gnu: Fix more ‘filesystem’ spellings. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- gnu/packages/python.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/python.scm') 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 -- cgit 1.4.1