[Libreoffice-commits] core.git: 2 commits - cppu/inc filter/qa sd/source vcl/source
Julien Nabet
serval2412 at yahoo.fr
Sat Feb 23 10:43:24 PST 2013
cppu/inc/uno/threadpool.h | 2 +-
filter/qa/complex/filter/misc/FinalizedMandatoryTest.java | 2 +-
sd/source/ui/dlg/tpoption.cxx | 2 +-
vcl/source/window/winproc.cxx | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 881f94b57caf3c37c63fcc502876651487cee653
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Feb 23 19:40:23 2013 +0100
Fix typo betwen/between
Change-Id: I2194bf9caefe4b9d28c939af6665d62c7e83d403
diff --git a/cppu/inc/uno/threadpool.h b/cppu/inc/uno/threadpool.h
index cc8cee8..973fa54 100644
--- a/cppu/inc/uno/threadpool.h
+++ b/cppu/inc/uno/threadpool.h
@@ -60,7 +60,7 @@ CPPU_DLLPUBLIC void SAL_CALL uno_getIdOfCurrentThread( sal_Sequence **ppThreadId
/**
- If the internal refcount drops to zero, the association betwen threadId and
+ If the internal refcount drops to zero, the association between threadId and
thread is broken.
*/
CPPU_DLLPUBLIC void SAL_CALL uno_releaseIdFromCurrentThread()
diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx
index 77960f0..7fce3e8 100644
--- a/sd/source/ui/dlg/tpoption.cxx
+++ b/sd/source/ui/dlg/tpoption.cxx
@@ -665,7 +665,7 @@ void SdTpOptionsMisc::SetDrawMode()
lcl_MoveWin( aTxtTabstop, -nDiff );
lcl_MoveWin( aMtrFldTabstop, -nDiff );
- // Move the scale controls so that they are visually centered betwen the
+ // Move the scale controls so that they are visually centered between the
// group controls above and below.
lcl_MoveWin (aFtScale, -17);
lcl_MoveWin (aCbScale, -17);
commit 6b29aa78b62fa4cb634e29d63f900e90ea9eda85
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat Feb 23 19:38:47 2013 +0100
Fix typo (beacuse/becasue)/because
Change-Id: Ia7de2013ed72e2449525a4fe53ad2832c141e925
diff --git a/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java b/filter/qa/complex/filter/misc/FinalizedMandatoryTest.java
index 6eca42f..c270d8e 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 d6d2e1c..e04597f 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 )
{
More information about the Libreoffice-commits
mailing list