The following commit has been merged in the master branch: commit 2c42dcda25d837504e7e343b0afe6091bad29fff Author: David Paleino <da...@debian.org> Date: Sat Dec 1 21:55:16 2012 +0100
One more typo diff --git a/debian/patches/02-fix_typos.patch b/debian/patches/02-fix_typos.patch index edc5db9..213023a 100644 --- a/debian/patches/02-fix_typos.patch +++ b/debian/patches/02-fix_typos.patch @@ -7,8 +7,8 @@ Forwarded: no Exif.cpp | 4 ++-- Main.cpp | 12 ++++++------ MalformedGeoms.cpp | 2 +- - TableTree.cpp | 2 +- - 5 files changed, 11 insertions(+), 11 deletions(-) + TableTree.cpp | 4 ++-- + 5 files changed, 12 insertions(+), 12 deletions(-) --- spatialite-gui.orig/Exif.cpp +++ spatialite-gui/Exif.cpp @@ -107,3 +107,12 @@ Forwarded: no wxOK | wxICON_INFORMATION, this); else wxMessageBox(wxT("ERROR: unable to recover Spatial Index idx_") + +@@ -3078,7 +3078,7 @@ void MyTableTree::OnCmdRepairPolygons(wx + if (count > 0) + { + char str[256]; +- sprintf(str, "%d Geometries were succesfully updated", count); ++ sprintf(str, "%d Geometries were successfully updated", count); + wxMessageBox(wxString::FromUTF8(str), wxT("spatialite_gui"), + wxOK | wxICON_INFORMATION, this); + ::wxEndBusyCursor(); -- user-friendly graphical user interface for spatialite _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel