connectivity/source/drivers/dbase/DTable.cxx |    2 +-
 forms/source/richtext/rtattributehandler.cxx |    2 +-
 vcl/osx/salnativewidgets.cxx                 |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 786b31696bd7227d4921e13df02a16912776c166
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Thu Apr 3 21:15:54 2014 +0200

    Typo: corect->correct
    
    Change-Id: I31267af8aae35d647b8c4b0a0c5f926ad4779919

diff --git a/connectivity/source/drivers/dbase/DTable.cxx 
b/connectivity/source/drivers/dbase/DTable.cxx
index c19a466..6e25e83 100644
--- a/connectivity/source/drivers/dbase/DTable.cxx
+++ b/connectivity/source/drivers/dbase/DTable.cxx
@@ -488,7 +488,7 @@ void ODbaseTable::construct()
 
     OSL_ENSURE( m_pConnection->matchesExtension( aURL.getExtension() ),
         "ODbaseTable::ODbaseTable: invalid extension!");
-        // getEntry is expected to ensure the corect file name
+        // getEntry is expected to ensure the correct file name
 
     m_pFileStream = createStream_simpleError( sFileName, STREAM_READWRITE | 
STREAM_NOCREATE | STREAM_SHARE_DENYWRITE);
     m_bWriteable = ( m_pFileStream != NULL );
diff --git a/forms/source/richtext/rtattributehandler.cxx 
b/forms/source/richtext/rtattributehandler.cxx
index 22d0b67..486a5bb 100644
--- a/forms/source/richtext/rtattributehandler.cxx
+++ b/forms/source/richtext/rtattributehandler.cxx
@@ -407,7 +407,7 @@ namespace frm
 
         if ( pFontHeightItem )
         {
-            // corect measurement units
+            // correct measurement units
             SfxMapUnit eItemMapUnit = pFontHeightItem->GetPropUnit(); 
(void)eItemMapUnit;
             sal_uLong nHeight = pFontHeightItem->GetHeight();
             if ( _rNewAttribs.GetPool()->GetMetric( getWhich() ) != 
SFX_MAPUNIT_TWIP )
diff --git a/vcl/osx/salnativewidgets.cxx b/vcl/osx/salnativewidgets.cxx
index d73ced9..1b86448 100644
--- a/vcl/osx/salnativewidgets.cxx
+++ b/vcl/osx/salnativewidgets.cxx
@@ -642,7 +642,7 @@ bool AquaSalGraphics::drawNativeControl(ControlType nType,
 
     case CTRL_PUSHBUTTON:
         {
-            // [ FIXME] : instead of use a value, vcl can retrieve corect 
values on the fly (to be implemented)
+            // [ FIXME] : instead of use a value, vcl can retrieve correct 
values on the fly (to be implemented)
             const int PB_Mini_Height = 15;
             const int PB_Norm_Height = 21;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to