diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-03 21:27:44 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 00:44:57 +0100 |
commit | bee5bbb5c7f33763e3f4388cd6aa3abeae37f8c2 (patch) | |
tree | 353c1021b3a43aceb6260bae8c445ccbc1488023 /gnu | |
parent | ebbe8565164894bcdb5732bab1b151fd0b0b3a8d (diff) |
gnu: libfm-extra: Fix typo in description.
* gnu/packages/lxde.scm (libfm-extra)[description]: Add missing article.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lxde.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index 8eed3f54e9..f81d7af3c4 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -99,7 +99,7 @@ Glib/GIO giving a higher-level API.") ("libtool" ,libtool) ("pkg-config" ,pkg-config))) (synopsis "File management support (extra library)") - (description "This package contains standalone library which extends the + (description "This package contains a stand-alone library which extends the libFM file management library."))) (define-public lxappearance |