diff --git a/core/document.cpp b/core/document.cpp
index 6530815b4..22976701e 100644
--- a/core/document.cpp
+++ b/core/document.cpp
@@ -140,8 +140,8 @@ bool KPDFDocument::openDocument( const QString & docFile, const KURL & url )
QString mimeName = mime->name();
if ( mimeName == "application/pdf" )
generator = new PDFGenerator( this );
- else if ( mimeName == "application/postscript" )
- kdError() << "PS generator not available" << endl;
+// else if ( mimeName == "application/postscript" )
+// kdError() << "PS generator not available" << endl;
else
{
kdWarning() << "Unknown mimetype '" << mimeName << "'." << endl;
diff --git a/doc/index.docbook b/doc/index.docbook
index 2a68fe267..b229ac618 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -22,7 +22,7 @@
&FDLNotice;
- 2005-01-10
+ 2005-02-20
1.0
@@ -37,7 +37,7 @@
Introduction
&kpdf; is a &kde; PDF viewer based on xpdf code. Although being
- based on xpdf code, &kpdf; has some unique feautures like continous
+ based on xpdf code, &kpdf; has some unique features like continuous
mode, presentation support, etc.
@@ -362,11 +362,11 @@
View
- Continous
+ Continuous
- Enables the continous page mode.
+ Enables the continuous page mode.
@@ -437,7 +437,7 @@
-
+