diff --git a/sax/test/sax/testsax.cxx b/sax/test/sax/testsax.cxx index 6b382befdab09f52a4dd2619657f7bc0fe80caef..2ef67e9aae1f61971338314154c9d87cbf97805b 100644 --- a/sax/test/sax/testsax.cxx +++ b/sax/test/sax/testsax.cxx @@ -40,7 +40,7 @@ using namespace ::com::sun::star::registry; using namespace ::com::sun::star::io; using namespace ::com::sun::star::xml::sax; -// test szenarios +// test scenarios namespace sax_test { diff --git a/sw/source/core/doc/docbm.cxx b/sw/source/core/doc/docbm.cxx index c4fcbf6087ff40ca9b1b67733ac1291605ffad5a..ac55e203a51c3edf24cd38d8f96292fcaa8e07a8 100644 --- a/sw/source/core/doc/docbm.cxx +++ b/sw/source/core/doc/docbm.cxx @@ -1134,7 +1134,7 @@ namespace sw { namespace mark OUString sTmp; // try the name "XXX" (where XXX is a number starting from 1) unless there is - // a unused name. Due to performance-reasons (especially in mailmerge-Szenarios) there + // a unused name. Due to performance-reasons (especially in mailmerge-scenarios) there // is a map m_aMarkBasenameMapUniqueOffset which holds the next possible offset (XXX) for // rName (so there is no need to test for nCnt-values smaller than the offset). sal_Int32 nCnt = 1;