This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository saga.
commit 96814e348ca73bbc86880c9a250d27fd56d401c1 Author: Bas Couwenberg <[email protected]> Date: Wed Oct 19 23:36:42 2016 +0200 Update spelling-errors.patch to fix 'International' typo. --- debian/patches/spelling-errors.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch index 6867d6a..ca3789a 100644 --- a/debian/patches/spelling-errors.patch +++ b/debian/patches/spelling-errors.patch @@ -3,6 +3,7 @@ Description: Fix spelling errors. * coodinate -> coordinate * contributers -> contributors * ins't -> isn't + * Internation -> International Author: Bas Couwenberg <[email protected]> Forwarded: https://sourceforge.net/p/saga-gis/patches/15/ @@ -105,3 +106,25 @@ Forwarded: https://sourceforge.net/p/saga-gis/patches/15/ "The 'other values' option is always evaluated after checking the method settings.\n\n") ); +--- a/src/saga_core/saga_api/projections.cpp ++++ b/src/saga_core/saga_api/projections.cpp +@@ -1639,7 +1639,7 @@ bool CSG_Projections::_Set_Dictionary(CS + { "hammer" , " ", "Hammer_Eckert_Greifendorff" , "*) Hammer & Eckert-Greifendorff" }, + { "hatano" , " ", "Hatano_Asymmetrical_Equal_Area" , "*) Hatano Asymmetrical Equal Area" }, + { "igh" , " ", "World_Goode_Homolosine_Land" , "*) Interrupted Goode Homolosine" }, +- { "imw_p" , " ", "Internation_Map_of_the_World_Polyconic" , "*) Internation Map of the World Polyconic" }, ++ { "imw_p" , " ", "International_Map_of_the_World_Polyconic" , "*) International Map of the World Polyconic" }, + { "kav5" , " ", "Kavraisky_V" , "*) Kavraisky V" }, + { "kav7" , " ", "Kavraisky_VII" , "*) Kavraisky VII" }, + { "krovak" , " ", "Krovak" , "Krovak" }, +--- a/src/saga_core/saga_gui/res/saga_dic.txt ++++ b/src/saga_core/saga_gui/res/saga_dic.txt +@@ -50,7 +50,7 @@ PROJ4 DIR WKT DESC + "hammer" " " "Hammer_Eckert_Greifendorff" "*) Hammer & Eckert-Greifendorff" + "hatano" " " "Hatano_Asymmetrical_Equal_Area" "*) Hatano Asymmetrical Equal Area" + "igh" " " "Interrupted_Goodes_Homolosine" "*) Interrupted Goode's Homolosine" +-"imw_p" " " "Internation_Map_of_the_World_Polyconic" "*) Internation Map of the World Polyconic" ++"imw_p" " " "International_Map_of_the_World_Polyconic" "*) International Map of the World Polyconic" + "kav5" " " "Kavraisky_V" "*) Kavraisky V" + "kav7" " " "Kavraisky_VII" "*) Kavraisky VII" + "krovak" " " "Krovak" "Krovak" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/saga.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

