From f4e54dbfb747bb0065a594c2d38b477afc9ecedc Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Wed, 19 Oct 2005 22:43:24 +0000 Subject: [PATCH] SVN_SILENT: Fix two typos in comments: s/Manuell/Manual/ s/environemt/environment/ svn path=/trunk/KDE/kdegraphics/kviewshell/plugins/dvi/; revision=472135 --- TeXFont.h | 2 +- TeXFont_PFB.cpp | 2 +- TeXFont_PFB.h | 4 ++-- TeXFont_TFM.cpp | 2 +- TeXFont_TFM.h | 2 +- bigEndianByteReader.cpp | 2 +- dviRenderer_prescan.cpp | 2 +- fontEncoding.cpp | 2 +- fontEncoding.h | 2 +- fontEncodingPool.cpp | 2 +- fontEncodingPool.h | 2 +- fontMap.cpp | 2 +- fontMap.h | 2 +- kprinterwrapper.h | 2 +- optionDialogFontsWidget.cpp | 2 +- optionDialogFontsWidget.h | 2 +- optionDialogSpecialWidget.cpp | 2 +- optionDialogSpecialWidget.h | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/TeXFont.h b/TeXFont.h index 414b7d7df..c6521ec09 100644 --- a/TeXFont.h +++ b/TeXFont.h @@ -1,7 +1,7 @@ // -*- C++ -*- // TeXFont.h // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL diff --git a/TeXFont_PFB.cpp b/TeXFont_PFB.cpp index 8ea2d79a5..188de27b8 100644 --- a/TeXFont_PFB.cpp +++ b/TeXFont_PFB.cpp @@ -1,6 +1,6 @@ // TeXFont_PFB.cpp // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL diff --git a/TeXFont_PFB.h b/TeXFont_PFB.h index 1cc5ba8f5..a2ac77464 100644 --- a/TeXFont_PFB.h +++ b/TeXFont_PFB.h @@ -1,7 +1,7 @@ // -*- C++ -*- -// TeXFont_PFB.cpp +// TeXFont_PFB.h // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL diff --git a/TeXFont_TFM.cpp b/TeXFont_TFM.cpp index 66a6be6fc..02c19a776 100644 --- a/TeXFont_TFM.cpp +++ b/TeXFont_TFM.cpp @@ -1,6 +1,6 @@ // TeXFont_TFM.cpp // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL diff --git a/TeXFont_TFM.h b/TeXFont_TFM.h index 94b546d32..fe2261448 100644 --- a/TeXFont_TFM.h +++ b/TeXFont_TFM.h @@ -1,7 +1,7 @@ // -*- C++ -*- // TeXFont_TFM.h // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL diff --git a/bigEndianByteReader.cpp b/bigEndianByteReader.cpp index 9eadc4bb5..6b834a387 100644 --- a/bigEndianByteReader.cpp +++ b/bigEndianByteReader.cpp @@ -1,6 +1,6 @@ // bigEndianByteReader.cpp // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL diff --git a/dviRenderer_prescan.cpp b/dviRenderer_prescan.cpp index 5e8c58b53..f23448d6b 100644 --- a/dviRenderer_prescan.cpp +++ b/dviRenderer_prescan.cpp @@ -1,6 +1,6 @@ // dviRenderer_prescan.cpp // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003--2004 Stefan Kebekus // Distributed under the GPL diff --git a/fontEncoding.cpp b/fontEncoding.cpp index bde810f56..6be17e23e 100644 --- a/fontEncoding.cpp +++ b/fontEncoding.cpp @@ -1,6 +1,6 @@ // fontEncoding.cpp // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL diff --git a/fontEncoding.h b/fontEncoding.h index bd8542eda..ef846b5ed 100644 --- a/fontEncoding.h +++ b/fontEncoding.h @@ -1,7 +1,7 @@ // -*- C++ -*- // fontEncoding.h // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL diff --git a/fontEncodingPool.cpp b/fontEncodingPool.cpp index c98c1fd81..df8190c18 100644 --- a/fontEncodingPool.cpp +++ b/fontEncodingPool.cpp @@ -1,6 +1,6 @@ // fontEncodingPool.cpp // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL diff --git a/fontEncodingPool.h b/fontEncodingPool.h index cfeeb1089..db99e2c85 100644 --- a/fontEncodingPool.h +++ b/fontEncodingPool.h @@ -1,7 +1,7 @@ // -*- C++ -*- // fontEncodingPool.h // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL diff --git a/fontMap.cpp b/fontMap.cpp index ae424bb20..7a0755b75 100644 --- a/fontMap.cpp +++ b/fontMap.cpp @@ -1,6 +1,6 @@ // fontMap.cpp // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL diff --git a/fontMap.h b/fontMap.h index 31fa45b34..fd2ab4ea9 100644 --- a/fontMap.h +++ b/fontMap.h @@ -1,7 +1,7 @@ // -*- C++ -*- // fontMap.h // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL diff --git a/kprinterwrapper.h b/kprinterwrapper.h index 624ce0ac6..7189b06b2 100644 --- a/kprinterwrapper.h +++ b/kprinterwrapper.h @@ -1,7 +1,7 @@ // -*- C++ -*- // kprinterwrapper.h // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL diff --git a/optionDialogFontsWidget.cpp b/optionDialogFontsWidget.cpp index a65f47e78..4efa4345b 100644 --- a/optionDialogFontsWidget.cpp +++ b/optionDialogFontsWidget.cpp @@ -1,6 +1,6 @@ // optionDiologWidget.cpp // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL diff --git a/optionDialogFontsWidget.h b/optionDialogFontsWidget.h index 55e952a21..433b08961 100644 --- a/optionDialogFontsWidget.h +++ b/optionDialogFontsWidget.h @@ -1,7 +1,7 @@ // -*- C++ -*- // optionDialogFontsWidget.h // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL diff --git a/optionDialogSpecialWidget.cpp b/optionDialogSpecialWidget.cpp index 86e606617..0f0d0b56a 100644 --- a/optionDialogSpecialWidget.cpp +++ b/optionDialogSpecialWidget.cpp @@ -1,6 +1,6 @@ // optionDialogSpecialWidget.cpp // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL diff --git a/optionDialogSpecialWidget.h b/optionDialogSpecialWidget.h index 2c75c2900..346e980fd 100644 --- a/optionDialogSpecialWidget.h +++ b/optionDialogSpecialWidget.h @@ -1,7 +1,7 @@ // -*- C++ -*- // optionDialogSpecialWidget.h // -// Part of KDVI - A DVI previewer for the KDE desktop environemt +// Part of KDVI - A DVI previewer for the KDE desktop environment // // (C) 2003 Stefan Kebekus // Distributed under the GPL