This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository osmium-tool.
commit 98f07169cf8740a8d3f70141ec7976f7db0f02dd Author: Bas Couwenberg <[email protected]> Date: Thu Sep 15 16:47:28 2016 +0200 Add patch to fix spelling errors. --- debian/changelog | 1 + debian/patches/series | 1 + debian/patches/spelling-errors.patch | 46 ++++++++++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7e32014..058a559 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ osmium-tool (1.4.0-1) UNRELEASED; urgency=medium - Add THL A29 Limited to copyright holders for msinttypes files * Bump minimum required libosmium2-dev to 2.9.0. * Drop output-typo.patch, applied upstream. + * Add patch to fix spelling errors. -- Bas Couwenberg <[email protected]> Thu, 15 Sep 2016 16:23:39 +0200 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..38edaa7 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +spelling-errors.patch diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch new file mode 100644 index 0000000..649bf48 --- /dev/null +++ b/debian/patches/spelling-errors.patch @@ -0,0 +1,46 @@ +Description: Fix spelling errors. + * chnage -> change + * preceeded -> preceded + * noticable -> noticeable +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/osmcode/osmium-tool/pull/35 + +--- a/man/osmium-derive-changes.md ++++ b/man/osmium-derive-changes.md +@@ -18,7 +18,7 @@ applied on *OSM-FILE1* to re-create *OSM + Objects in both input files must be sorted by type, ID, and version. The first + input file must be from a point in time before the second input file. + +-For this command to create a proper chnage file you have to set the ++For this command to create a proper change file you have to set the + **--output** option or **--output-format** option in a way that it will + generate an .osc file, typically by using something like '-o out.osc.gz'. + You can create any other OSM file format, but that is usually not what you +--- a/man/osmium-diff.md ++++ b/man/osmium-diff.md +@@ -40,12 +40,12 @@ compact + file, respectively. + + opl +-: The usual OPL format with all lines preceeded by space (' '), minus ++: The usual OPL format with all lines preceded by space (' '), minus + ('-'), or plus ('+') characters depending on whether the object is in both, + the first, or the second file. + + debug +-: The usual debug format with all lines preceeded by space (' '), minus ++: The usual debug format with all lines preceded by space (' '), minus + ('-'), or plus ('+') characters depending on whether the object is in both, + the first, or the second file. Color support can be enabled ('debug,color'). + +--- a/man/osmium-merge.md ++++ b/man/osmium-merge.md +@@ -46,7 +46,7 @@ correctly. + # MEMORY USAGE + + **osmium merge** doesn't keep a lot of data in memory, but if you are merging +-many files, the buffers might take a noticable amount of memory. ++many files, the buffers might take a noticeable amount of memory. + + + # EXAMPLES -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

