diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:28:17 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-04-12 15:29:28 -0700 |
commit | 9df26b02064f30ca1b98a3084341c36d0479deea (patch) | |
tree | cdcdc0c4a2f5a64bee8836c1a5f36e225760fff3 | |
parent | 8098c2be4dd1d13ac8c69019acb6747226330823 (diff) | |
download | patches-9df26b02064f30ca1b98a3084341c36d0479deea.tar patches-9df26b02064f30ca1b98a3084341c36d0479deea.tar.gz |
gnu: josm: Fix grammar of "allows to edit" to "allows editing".
* gnu/packages/geo (josm): Fix grammar.
-rw-r--r-- | gnu/packages/geo.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 4e0af93acf..384f274aee 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -1292,7 +1292,7 @@ an independent project by the JOSM team.") (synopsis "OSM editor") (description "JOSM is an extensible editor for OpenStreetMap (OSM). It supports loading GPX tracks, background imagery and OSM data from local -sources as well as from online sources and allows to edit the OSM data (nodes, +sources as well as from online sources and allows editing the OSM data (nodes, ways, and relations) and their metadata tags.") (license license:gpl2+))) |