The following commit has been merged in the master branch:
commit 6a69e97acc0c2853066d435b844e1a0a2cfe070f
Author: David Paleino <da...@debian.org>
Date:   Mon Jan 24 18:39:08 2011 +0100

    Fix typo in source code

diff --git a/debian/patches/02-fix_typos.patch 
b/debian/patches/02-fix_typos.patch
new file mode 100644
index 0000000..4dc807a
--- /dev/null
+++ b/debian/patches/02-fix_typos.patch
@@ -0,0 +1,19 @@
+From: David Paleino <da...@debian.org>
+Subject: fix typo spot by lintian
+Forwarded: no
+
+---
+ src/rasterlite_pyramid.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- librasterlite.orig/src/rasterlite_pyramid.c
++++ librasterlite/src/rasterlite_pyramid.c
+@@ -1020,7 +1020,7 @@ build_pyramid_level (sqlite3 * handle, c
+         goto error2;
+       }
+ 
+-    printf ("Pyramid Level %d succesfully created\n", level);
++    printf ("Pyramid Level %d successfully created\n", level);
+     printf ("ThumbnailTiles:     %d rows in table \"%s_rasters\"\n", 
raster_ok,
+           table);
+     printf ("                    %d rows in table \"%s_metadata\"\n",
diff --git a/debian/patches/series b/debian/patches/series
index dd50f3a..41640e4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 00-systemwide_libepsilon.patch
 01-fix_build.patch
+02-fix_typos.patch

-- 
library supporting raster data sources for spatialite

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to