summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 14:07:09 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 14:08:55 -0700
commit4042f7f8e5e135e601f05c43afde11b3ed2e8039 (patch)
treea153d6ff3859614729b48593e15e7f6aaa4dfccd
parent309aaea5e145c3e066af5db22486a9a84a978599 (diff)
downloadpatches-4042f7f8e5e135e601f05c43afde11b3ed2e8039.tar
patches-4042f7f8e5e135e601f05c43afde11b3ed2e8039.tar.gz
gnu: java-jmapviewer: Fix grammar of "allows to easily integrate" to "easily
integrates". * gnu/packages/geo (java-jmapviewer): Fix grammar.
-rw-r--r--gnu/packages/geo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 86385c14ae..4e0af93acf 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -1153,8 +1153,8 @@ persisted.
(copy-file "JMapViewer.jar" (string-append dir "JMapViewer.jar"))))))))
(home-page "https://wiki.openstreetmap.org/wiki/JMapViewer")
(synopsis "OSM map integration in Java")
- (description "JMapViewer is a Java component which allows to easily
-integrate an OSM map view into your Java application. It is maintained as
+ (description "JMapViewer is a Java component which easily
+integrates an OSM map view into your Java application. It is maintained as
an independent project by the JOSM team.")
(license license:gpl2)))