This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository ossim.
commit b97ddac137f699e0cbb3b049bd9435793e7b2f8f Author: Bas Couwenberg <[email protected]> Date: Sat Dec 9 12:42:20 2017 +0100 Update spelling-errors.patch. --- debian/patches/spelling-errors.patch | 40 +++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch index 82c8487..2c51fdf 100644 --- a/debian/patches/spelling-errors.patch +++ b/debian/patches/spelling-errors.patch @@ -8,6 +8,7 @@ Description: Fix spelling errors. * Defualt -> Default * prefered -> preferred * repaced -> replaced + * explicitely -> explicitly Author: Bas Couwenberg <[email protected]> --- a/src/base/ossimDatumFactory.inc @@ -87,7 +88,7 @@ Author: Bas Couwenberg <[email protected]> << std::endl; } m_inputStream.reset(); -@@ -751,7 +751,7 @@ std::ostream& ossimTiffInfo::print(std:: +@@ -752,7 +752,7 @@ std::ostream& ossimTiffInfo::print(std:: if(traceDebug()) { ossimNotify(ossimNotifyLevel_WARN) @@ -98,7 +99,7 @@ Author: Bas Couwenberg <[email protected]> return outStr; --- a/src/util/ossimChipperUtil.cpp +++ b/src/util/ossimChipperUtil.cpp -@@ -206,7 +206,7 @@ void ossimChipperUtil::addArguments(ossi +@@ -207,7 +207,7 @@ void ossimChipperUtil::addArguments(ossi au->addCommandLineOption("--central-meridian","<central_meridian_in_decimal_degrees>\nNote if set this will be used for the central meridian of the projection. This can be used to lock the utm zone."); @@ -120,7 +121,7 @@ Author: Bas Couwenberg <[email protected]> --- a/src/util/ossimHlzTool.cpp +++ b/src/util/ossimHlzTool.cpp -@@ -102,7 +102,7 @@ void ossimHlzTool::setUsage(ossimArgumen +@@ -104,7 +104,7 @@ void ossimHlzTool::setUsage(ossimArgumen "Number of threads. Defaults to use single core. For engineering/debug purposes."); au->addCommandLineOption("--use-slope", "Slope is computed from the normal vector using neighboring posts instead of " @@ -140,3 +141,36 @@ Author: Bas Couwenberg <[email protected]> << "target." << "\n" << "\n Example:" +--- a/apps/ossim-rpcgen/ossim-rpcgen.cpp ++++ b/apps/ossim-rpcgen/ossim-rpcgen.cpp +@@ -42,7 +42,7 @@ int main(int argc, char* argv[]) + argumentParser.getApplicationName() + " takes an input image and generates a " + "corresponding RPC geometry in a variety of formats. If a bounding box is specified, the " + "default output filename (based on the input filename) will be appended with the bbox spec" +- ", unless an output filename is explicitely provided."); ++ ", unless an output filename is explicitly provided."); + au->setCommandLineUsage( + argumentParser.getApplicationName() + " [options] <input-file> [<output-file>]"); + au->addCommandLineOption( +--- a/src/hdf5/ossimHdf5Tool.cpp ++++ b/src/hdf5/ossimHdf5Tool.cpp +@@ -221,7 +221,7 @@ void ossimHdf5Tool::loadImageFiles() + } + else + { +- // Use explicitely-provided dataset names: ++ // Use explicitly-provided dataset names: + handler = new ossimHdf5ImageHandler; + handler->addRenderable(m_imageDataPath); + handler->setFilename(ossimFilename(value)); +--- a/src/util/ossimChipProcTool.cpp ++++ b/src/util/ossimChipProcTool.cpp +@@ -1054,7 +1054,7 @@ void ossimChipProcTool::initializeAOI() + // Geo-scaled projection needs to know the reference latitude: + if (m_geoScaled) + { +- // The origin may have ben explicitely specified,or just use midpoint of AOI: ++ // The origin may have ben explicitly specified,or just use midpoint of AOI: + ossimGpt origin; + if (!getProjectionOrigin(origin)) + origin = m_aoiGroundRect.midPoint(); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

