Hello,

find attached a trivial patch against libpano13-2.9.20 rc2, fixing two
typos. Found by lintian, perhaps you can apply after the releas (or
before?)

TIA, cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/20180923124156.GA1310%40argenau.bebt.de.
For more options, visit https://groups.google.com/d/optout.
Description: Fix two typos found by lintian
 Resultion/enought
Author: Andreas Metzler <ametz...@debian.org>
Origin: vendor
Last-Update: 2018-09-23

--- libpano13-2.9.20~rc2+dfsg.orig/parser.c
+++ libpano13-2.9.20~rc2+dfsg/parser.c
@@ -2479,7 +2479,7 @@ char *panoParserFindOLine(char *script,
 
         result = calloc(length + 1, 1);
         if (result == NULL) {
-            PrintError("Not enought memory");
+            PrintError("Not enough memory");
             return NULL;
         } else {
             strncpy(result, ptr, length);
--- libpano13-2.9.20~rc2+dfsg.orig/tiff.c
+++ libpano13-2.9.20~rc2+dfsg/tiff.c
@@ -617,7 +617,7 @@ int panoTiffGetCropInformation(pano_Tiff
 	    return FALSE;
 	}
 	if (TIFFGetField(file->tiff, TIFFTAG_YRESOLUTION, &y_resolution) == 0) {
-	    PrintError("Cropped image contains XPosition and YPosition, but it does not contain Y Resultion. "
+	    PrintError("Cropped image contains XPosition and YPosition, but it does not contain Y Resolution. "
 		       "Report to developers you think this is a bug");
 	    return FALSE;
 	}

Reply via email to