This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository ossim-plugins.
commit ab10252ac895d31cf0452c76ea633f1f4ab1054e Author: Bas Couwenberg <[email protected]> Date: Tue May 31 23:37:41 2016 +0200 Add patch to fix spelling errors. --- debian/patches/series | 1 + debian/patches/spelling-errors.patch | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/debian/patches/series b/debian/patches/series index 749c8be..d0185a5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ cmake.patch libraw.patch gdal.patch geotiff.patch +spelling-errors.patch diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch new file mode 100644 index 0000000..040c105 --- /dev/null +++ b/debian/patches/spelling-errors.patch @@ -0,0 +1,15 @@ +Description: Fix spelling errors. + UNKOWN -> UNKNOWN +Author: Bas Couwenberg <[email protected]> + +--- a/ossim_plugins/openjpeg/ossimOpjCommon.cpp ++++ b/ossim_plugins/openjpeg/ossimOpjCommon.cpp +@@ -915,7 +915,7 @@ std::string ossim::getProgressionOrderSt + } + default: + { +- result = "UNKOWN"; ++ result = "UNKNOWN"; + break; + } + } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim-plugins.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

