summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config_host/config_poppler.h.in2
-rw-r--r--sw/source/core/edit/edundo.cxx4
2 files changed, 3 insertions, 3 deletions
diff --git a/config_host/config_poppler.h.in b/config_host/config_poppler.h.in
index 934aec114d07..4b0596eb34e4 100644
--- a/config_host/config_poppler.h.in
+++ b/config_host/config_poppler.h.in
@@ -1,5 +1,5 @@
/*
-Settings for poppler header file dection
+Settings for poppler header file detection
*/
#ifndef CONFIG_POPPLER_H
diff --git a/sw/source/core/edit/edundo.cxx b/sw/source/core/edit/edundo.cxx
index 5c1e661e88f4..6a093a3429b5 100644
--- a/sw/source/core/edit/edundo.cxx
+++ b/sw/source/core/edit/edundo.cxx
@@ -120,7 +120,7 @@ void SwEditShell::Undo(sal_uInt16 const nCount)
|| SwUndoId::SETDEFTATTR == nLastUndoId );
Push();
- // Destroy stored TableBoxPtr. A dection is only permitted for the new "Box"!
+ // Destroy stored TableBoxPtr. A detection is only permitted for the new "Box"!
ClearTableBoxContent();
const RedlineFlags eOld = GetDoc()->getIDocumentRedlineAccess().GetRedlineFlags();
@@ -173,7 +173,7 @@ void SwEditShell::Redo(sal_uInt16 const nCount)
const bool bRestoreCursor = nCount == 1 && SwUndoId::SETDEFTATTR == nFirstRedoId;
Push();
- // Destroy stored TableBoxPtr. A dection is only permitted for the new "Box"!
+ // Destroy stored TableBoxPtr. A detection is only permitted for the new "Box"!
ClearTableBoxContent();
RedlineFlags eOld = GetDoc()->getIDocumentRedlineAccess().GetRedlineFlags();