This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository gpx2shp.

commit a6b93ef39855f328a62a14b06287b5483e9e5eb3
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Thu Feb 8 20:33:43 2018 +0100

    Add patch to fix spelling errors.
---
 debian/changelog                     |  1 +
 debian/patches/series                |  1 +
 debian/patches/spelling-errors.patch | 26 ++++++++++++++++++++++++++
 3 files changed, 28 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bcf637d..ed96c67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ gpx2shp (0.71.0-5) UNRELEASED; urgency=medium
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
   * Add autopkgtest to test installability.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sat, 20 Jan 2018 21:52:51 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index 6153467..4009259 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 extension-typo.patch
 sourceforge-to-osdn.patch
 proj-4.9.3.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch 
b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..dc73b18
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,26 @@
+Description: Fix spelling errors.
+ * calulation -> calculation
+Author: Bas Couwenberg <sebas...@debian.org>
+
+--- a/man/gpx2shp.1
++++ b/man/gpx2shp.1
+@@ -73,7 +73,7 @@ Sets time unit. The default is sec. You
+ Sets length unit for speed. The default is km. You can see the unit list from 
"geod \-lu" command.
+ .TP 
+ .B \-\-speed\-time\-unit
+-Sets time unit for speed calulation. Default is hour. You can set from day, 
hour, min and sec.
++Sets time unit for speed calculation. Default is hour. You can set from day, 
hour, min and sec.
+ .TP 
+ .B \-\-length\-ellipsoid
+ Sets length ellipsoid like UGS84, clrk66. The default is UGS84. You can see 
the unit list from "geod \-le" command.
+--- a/src/main.c
++++ b/src/main.c
+@@ -85,7 +85,7 @@ void usage(char **argv) {
+       fprintf(stdout,
+                       "                        You can see the unit list from 
\"geod -lu\" command.\n");
+       fprintf(stdout,
+-                      "    --speed-time-unit   Sets time unit for speed 
calulation. Default is hour.\n");
++                      "    --speed-time-unit   Sets time unit for speed 
calculation. Default is hour.\n");
+       fprintf(stdout,
+                       "                        You can set from day, hour, 
min and sec.\n");
+       fprintf(stdout,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/gpx2shp.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to