diff --git a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java index 6eca42fd08e1..c270d8e83c84 100644 --- a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java +++ b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java @@ -180,7 +180,7 @@ public class FinalizedMandatoryTest // testobject must new created for every test. // We change in a loop the container and try to flush this changes. // If we get an expected exception this container is corrupt. It's - // similar to a document which could not be saved beacuse of invalid + // similar to a document which could not be saved because of invalid // contend. While you don't remove the invalid conted you will never // be able to save the document. Same here. try diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx index d6d2e1c0eefd..e04597f0db91 100644 --- a/vcl/source/window/winproc.cxx +++ b/vcl/source/window/winproc.cxx @@ -953,7 +953,7 @@ static long ImplHandleKey( Window* pWindow, sal_uInt16 nSVEvent, // allow application key listeners to remove the key event // but make sure we're not forwarding external KeyEvents, (ie where bForward is sal_False) - // becasue those are coming back from the listener itself and MUST be processed + // because those are coming back from the listener itself and MUST be processed KeyEvent aKeyEvent( (sal_Unicode)nCharCode, aKeyCode, nRepeat ); if( bForward ) {