[poppler] poppler/PageLabelInfo_p.h qt4/src qt5/src utils/pdfimages.1

Pino Toscano pino at kemper.freedesktop.org
Sun Apr 10 08:29:36 UTC 2016


 poppler/PageLabelInfo_p.h |    2 +-
 qt4/src/poppler-media.cc  |    8 ++++----
 qt5/src/poppler-media.cc  |    8 ++++----
 utils/pdfimages.1         |    2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit d9408c186f9b5c992a4e1492a58dda506d8453ac
Author: Pino Toscano <pino at kde.org>
Date:   Sun Apr 10 10:29:05 2016 +0200

    typo fixes
    
    - "indentical" -> "identical"
    - "numberals" -> "numerals"
    - "paremeters" -> "parameters"

diff --git a/poppler/PageLabelInfo_p.h b/poppler/PageLabelInfo_p.h
index 6cd5220..34823cc 100644
--- a/poppler/PageLabelInfo_p.h
+++ b/poppler/PageLabelInfo_p.h
@@ -75,7 +75,7 @@ static void toRoman(int number, GooString *str, GBool uppercase) {
   const char *wh;
 
   if (number >= 4000) {
-    error(errUnimplemented, -1, "Conversion to roman numberals of numbers >= 4000 not implemented");
+    error(errUnimplemented, -1, "Conversion to roman numerals of numbers >= 4000 not implemented");
     return;
   }
 
diff --git a/qt4/src/poppler-media.cc b/qt4/src/poppler-media.cc
index 1757fdb..f385f02 100644
--- a/qt4/src/poppler-media.cc
+++ b/qt4/src/poppler-media.cc
@@ -119,7 +119,7 @@ MediaRendition::autoPlay() const
     return d->rendition->getBEParameters()->autoPlay;
   } else if (d->rendition->getMHParameters()) {
     return d->rendition->getMHParameters()->autoPlay;
-  } else qDebug("No BE or MH paremeters to reference!");
+  } else qDebug("No BE or MH parameters to reference!");
   return false;
 }
 
@@ -131,7 +131,7 @@ MediaRendition::showControls() const
     return d->rendition->getBEParameters()->showControls;
   } else if (d->rendition->getMHParameters()) {
     return d->rendition->getMHParameters()->showControls;
-  } else qDebug("No BE or MH paremeters to reference!");
+  } else qDebug("No BE or MH parameters to reference!");
   return false;
 }
 
@@ -143,7 +143,7 @@ MediaRendition::repeatCount() const
     return d->rendition->getBEParameters()->repeatCount;
   } else if (d->rendition->getMHParameters()) {
     return d->rendition->getMHParameters()->repeatCount;
-  } else qDebug("No BE or MH paremeters to reference!");
+  } else qDebug("No BE or MH parameters to reference!");
   return 1.f;
 }
 
@@ -157,7 +157,7 @@ MediaRendition::size() const
     mp = d->rendition->getBEParameters();
   else if (d->rendition->getMHParameters())
     mp = d->rendition->getMHParameters();
-  else qDebug("No BE or MH paremeters to reference!");
+  else qDebug("No BE or MH parameters to reference!");
 
   if (mp)
     return QSize(mp->windowParams.width, mp->windowParams.height);
diff --git a/qt5/src/poppler-media.cc b/qt5/src/poppler-media.cc
index 1757fdb..f385f02 100644
--- a/qt5/src/poppler-media.cc
+++ b/qt5/src/poppler-media.cc
@@ -119,7 +119,7 @@ MediaRendition::autoPlay() const
     return d->rendition->getBEParameters()->autoPlay;
   } else if (d->rendition->getMHParameters()) {
     return d->rendition->getMHParameters()->autoPlay;
-  } else qDebug("No BE or MH paremeters to reference!");
+  } else qDebug("No BE or MH parameters to reference!");
   return false;
 }
 
@@ -131,7 +131,7 @@ MediaRendition::showControls() const
     return d->rendition->getBEParameters()->showControls;
   } else if (d->rendition->getMHParameters()) {
     return d->rendition->getMHParameters()->showControls;
-  } else qDebug("No BE or MH paremeters to reference!");
+  } else qDebug("No BE or MH parameters to reference!");
   return false;
 }
 
@@ -143,7 +143,7 @@ MediaRendition::repeatCount() const
     return d->rendition->getBEParameters()->repeatCount;
   } else if (d->rendition->getMHParameters()) {
     return d->rendition->getMHParameters()->repeatCount;
-  } else qDebug("No BE or MH paremeters to reference!");
+  } else qDebug("No BE or MH parameters to reference!");
   return 1.f;
 }
 
@@ -157,7 +157,7 @@ MediaRendition::size() const
     mp = d->rendition->getBEParameters();
   else if (d->rendition->getMHParameters())
     mp = d->rendition->getMHParameters();
-  else qDebug("No BE or MH paremeters to reference!");
+  else qDebug("No BE or MH parameters to reference!");
 
   if (mp)
     return QSize(mp->windowParams.width, mp->windowParams.height);
diff --git a/utils/pdfimages.1 b/utils/pdfimages.1
index 166570d..ee270d3 100644
--- a/utils/pdfimages.1
+++ b/utils/pdfimages.1
@@ -51,7 +51,7 @@ Write images in JPEG format as JPEG files instead of the default format. The JPE
 Write images in JPEG2000 format as JP2 files instead of the default format. The JP2 file is identical to the JPEG2000 data stored in the PDF.
 .TP
 .B \-jbig2
-Write images in JBIG2 format as JBIG2 files instead of the default format. JBIG2 data in PDF is of the embedded type. The embedded type of JBIG2 has an optional separate file containing global data. The embedded data is written with the extension .jb2e and the global data (if available) will be written to the same image number with the extension .jb2g. The content of both these files is indentical to the JBIG2 data in the PDF.
+Write images in JBIG2 format as JBIG2 files instead of the default format. JBIG2 data in PDF is of the embedded type. The embedded type of JBIG2 has an optional separate file containing global data. The embedded data is written with the extension .jb2e and the global data (if available) will be written to the same image number with the extension .jb2g. The content of both these files is identical to the JBIG2 data in the PDF.
 .TP
 .B \-ccitt
 Write images in CCITT format as CCITT files instead of the default


More information about the poppler mailing list