diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 14:02:56 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 14:08:50 -0700 |
commit | bddd877fe7dba6fc4773490bb4fab6c65ac25ca4 (patch) | |
tree | 04ba76668e1c21c1b5ab91d226f1331b33f1b0f3 /gnu/packages/gnome.scm | |
parent | a4cb4d17c8551f883b76dc51459eb99423304f62 (diff) | |
download | patches-bddd877fe7dba6fc4773490bb4fab6c65ac25ca4.tar patches-bddd877fe7dba6fc4773490bb4fab6c65ac25ca4.tar.gz |
gnu: gamin: Fix grammar of "allows to detect" to "detects".
* gnu/packages/gnome (gamin): Fix grammar.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 088de7dd4c..7d94e358f9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9678,7 +9678,7 @@ repository and commit your work.") (description "Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system. This is a service provided by a -library which allows to detect when a file or a directory has been modified.") +library which detects when a file or a directory has been modified.") (license license:gpl2+))) (define-public gnome-mahjongg |