[Libreoffice-commits] core.git: cui/source unotools/source

Julien Nabet serval2412 at yahoo.fr
Wed Aug 20 22:34:33 PDT 2014


 cui/source/dialogs/SpellDialog.cxx |    2 +-
 unotools/source/misc/fontdefs.cxx  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ac57362b23859591c088e36b7218f4a606dcf3bb
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Thu Aug 21 07:33:38 2014 +0200

    Typo: and->end
    
    Change-Id: I8c3707dbf537261d7ed9a69807fc1bdeae851526

diff --git a/cui/source/dialogs/SpellDialog.cxx b/cui/source/dialogs/SpellDialog.cxx
index c38b033..a62e702 100644
--- a/cui/source/dialogs/SpellDialog.cxx
+++ b/cui/source/dialogs/SpellDialog.cxx
@@ -1544,7 +1544,7 @@ bool SentenceEditWindow_Impl::MarkNextError( bool bIgnoreCurrentError, com::sun:
     sal_uInt16 nTextLen = pTextEngine->GetTextLen(0);
     if(m_nErrorEnd >= nTextLen - 1)
         return false;
-    //if it's not already modified the modified flag has to be reset at the and of the marking
+    //if it's not already modified the modified flag has to be reset at the end of the marking
     bool bModified = IsModified();
     bool bRet = false;
     const sal_uInt16 nOldErrorStart = m_nErrorStart;
diff --git a/unotools/source/misc/fontdefs.cxx b/unotools/source/misc/fontdefs.cxx
index 61f6a07..4a45fce 100644
--- a/unotools/source/misc/fontdefs.cxx
+++ b/unotools/source/misc/fontdefs.cxx
@@ -335,7 +335,7 @@ void GetEnglishSearchFontName( OUString& rName )
     // Remove Script at the end
     // Scriptname must be the last part of the fontname and
     // looks like "fontname (scriptname)". So there can only be a
-    // script name at the and of the fontname, when the last char is ')'
+    // script name at the end of the fontname, when the last char is ')'
     if ( (nLen >= 3) && rName[ nLen-1 ] == ')' )
     {
         int nOpen = 1;


More information about the Libreoffice-commits mailing list