summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx2
-rw-r--r--sdext/source/presenter/PresenterSlideShowView.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
index b5dd4e4328b0..4336f8aaae6a 100644
--- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
+++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx
@@ -286,7 +286,7 @@ namespace pdfi
extern FILE* g_binary_out;
-// note: if you ever hcange Output_t, please keep in mind that the current code
+// note: if you ever change Output_t, please keep in mind that the current code
// relies on it being of 8 bit size
typedef Guchar Output_t;
typedef std::vector< Output_t > OutputBuffer;
diff --git a/sdext/source/presenter/PresenterSlideShowView.hxx b/sdext/source/presenter/PresenterSlideShowView.hxx
index 36b527f97e16..bce135ef4ac5 100644
--- a/sdext/source/presenter/PresenterSlideShowView.hxx
+++ b/sdext/source/presenter/PresenterSlideShowView.hxx
@@ -55,7 +55,7 @@ namespace {
> PresenterSlideShowViewInterfaceBase;
}
-/** Life view in a secondary windo of a full screen slide show.
+/** Life view in a secondary window of a full screen slide show.
*/
class PresenterSlideShowView
: private ::boost::noncopyable,