From 6b29aa78b62fa4cb634e29d63f900e90ea9eda85 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 23 Feb 2013 19:38:47 +0100 Subject: [PATCH] Fix typo (beacuse/becasue)/because Change-Id: Ia7de2013ed72e2449525a4fe53ad2832c141e925 --- filter/qa/complex/filter/misc/FinalizedMandatoryTest.java | 2 +- vcl/source/window/winproc.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ) {