From 881f94b57caf3c37c63fcc502876651487cee653 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 23 Feb 2013 19:40:23 +0100 Subject: Fix typo betwen/between Change-Id: I2194bf9caefe4b9d28c939af6665d62c7e83d403 --- sd/source/ui/dlg/tpoption.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx index 77960f056cc0..7fce3e8b8049 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); -- cgit