On Sun, Apr 08, 2018 at 02:12:32PM +0200, Dominik Seichter via Podofo-users 
wrote:
> The first release candidate for PoDoFo 0.9.6 can be downloaded from here:
> https://sourceforge.net/projects/podofo/files/podofo/0.9.6/podofo-0.9.6-rc1.tar.gz/download
> 
> Only critical patches will be integrated before release from now on.

Not critical, but I'd fine nice if you could fix these last few spelling
errors :)

Patch attached!

-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
more about me:  https://mapreri.org                             : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-
--- a/src/doc/PdfAnnotation.cpp
+++ b/src/doc/PdfAnnotation.cpp
@@ -375,7 +375,7 @@
          m_eAnnotation != ePdfAnnotation_Underline &&
 	 m_eAnnotation != ePdfAnnotation_Squiggly  &&
 	 m_eAnnotation != ePdfAnnotation_StrikeOut )
-        PODOFO_RAISE_ERROR_INFO( ePdfError_InternalLogic, "Must be a text markup annotation (hilight, underline, squiggly or strikeout) to set quad points" );
+        PODOFO_RAISE_ERROR_INFO( ePdfError_InternalLogic, "Must be a text markup annotation (highlight, underline, squiggly or strikeout) to set quad points" );
 
     this->GetObject()->GetDictionary().AddKey( "QuadPoints", rQuadPoints );
 }
--- a/tools/podofoencrypt/podofoencrypt.cpp
+++ b/tools/podofoencrypt/podofoencrypt.cpp
@@ -92,9 +92,9 @@
     printf("       -o <password> The required owner password\n");
     printf(" Permissions:\n");
     printf("       --print       Allow printing the document\n");
-    printf("       --edit        Allow modifying the document besides annotations, form fields or chaning pages\n");
+    printf("       --edit        Allow modifying the document besides annotations, form fields or changing pages\n");
     printf("       --copy        Allow text and graphic extraction\n");
-    printf("       --editnotes   Add or modify text annoations or form fields (if ePdfPermissions_Edit is set also allow to create interactive form fields including signature)\n");
+    printf("       --editnotes   Add or modify text annoations or form fields (if ePdfPermissions_Edit is set also allow the creation interactive form fields including signature)\n");
     printf("       --fillandsign Fill in existing form or signature fields\n");
     printf("       --accessible  Extract text and graphics to support user with disabillities\n");
     printf("       --assemble    Assemble the document: insert, create, rotate delete pages or add bookmarks\n");
@@ -231,7 +231,7 @@
   }
 
 
-  printf("%s was sucessfully encrypted to: %s\n", pszInput, pszOutput );
+  printf("%s was successfully encrypted to: %s\n", pszInput, pszOutput );
   
   return 0;
 }
--- a/tools/podofoimgextract/podofoimgextract.cpp
+++ b/tools/podofoimgextract/podofoimgextract.cpp
@@ -60,7 +60,7 @@
 
   nNum = extractor.GetNumImagesExtracted();
 
-  printf("Extracted %i images sucessfully from the PDF file.\n", nNum );
+  printf("Extracted %i images successfully from the PDF file.\n", nNum );
   
   return 0;
 }
--- a/tools/podofopdfinfo/podofopdfinfo.cpp
+++ b/tools/podofopdfinfo/podofopdfinfo.cpp
@@ -154,7 +154,7 @@
 
   }
   
-//   std::cerr << "All information written sucessfully.\n" << std::endl << std::endl;
+//   std::cerr << "All information written successfully.\n" << std::endl << std::endl;
 
   return 0;
 }
--- a/tools/podofouncompress/podofouncompress.cpp
+++ b/tools/podofouncompress/podofouncompress.cpp
@@ -67,7 +67,7 @@
       */
 
 
-  printf("%s was sucessfully uncompressed to: %s\n", pszInput, pszOutput );
+  printf("%s was successfully uncompressed to: %s\n", pszInput, pszOutput );
   
   return 0;
 }

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Podofo-users mailing list
Podofo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/podofo-users

Reply via email to