[Libreoffice-commits] core.git: framework/source include/comphelper sw/source

Justin Luth justin_luth at sil.org
Fri Mar 31 06:02:30 UTC 2017


 framework/source/services/urltransformer.cxx |    4 ++--
 include/comphelper/seqstream.hxx             |    2 +-
 sw/source/core/text/txttab.cxx               |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 17d821af6bb9df93569836a92f6bed975587fc6c
Author: Justin Luth <justin_luth at sil.org>
Date:   Thu Mar 30 13:51:29 2017 +0300

    spelling in comments: minmal -> minimal
    
    Change-Id: Ie1947782cd7679c0c979d01ee7776176d771fc04
    Reviewed-on: https://gerrit.libreoffice.org/35925
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Justin Luth <justin_luth at sil.org>

diff --git a/framework/source/services/urltransformer.cxx b/framework/source/services/urltransformer.cxx
index d84f5b6180d3..623754f87c2c 100644
--- a/framework/source/services/urltransformer.cxx
+++ b/framework/source/services/urltransformer.cxx
@@ -149,7 +149,7 @@ sal_Bool SAL_CALL URLTransformer::parseStrict( css::util::URL& aURL )
         }
         else
         {
-            // Minmal support for unknown protocols. This is mandatory to support the "Protocol Handlers" implemented
+            // Minimal support for unknown protocols. This is mandatory to support the "Protocol Handlers" implemented
             // in framework!
             aURL.Protocol   = aProtocol;
             aURL.Main       = aURL.Complete;
@@ -187,7 +187,7 @@ sal_Bool SAL_CALL URLTransformer::parseSmart( css::util::URL& aURL,
     }
     else
     {
-        // Minmal support for unknown protocols. This is mandatory to support the "Protocol Handlers" implemented
+        // Minimal support for unknown protocols. This is mandatory to support the "Protocol Handlers" implemented
         // in framework!
         if ( INetURLObject::CompareProtocolScheme( sSmartProtocol ) == INetProtocol::NotValid )
         {
diff --git a/include/comphelper/seqstream.hxx b/include/comphelper/seqstream.hxx
index 6103af45f640..794a56837c78 100644
--- a/include/comphelper/seqstream.hxx
+++ b/include/comphelper/seqstream.hxx
@@ -97,7 +97,7 @@ public:
         @param      _nResizeFactor      the factor which is used for resizing the sequence when necessary. In every
                                         resize step, the new sequence size will be calculated by multiplying the current
                                         size with this factor, rounded off to the next multiple of 4.
-        @param      _nMinimumResize     the minmal number of bytes which is additionally allocated on resizing
+        @param      _nMinimumResize     the minimal number of bytes which is additionally allocated on resizing
         @see        closeOutput
     */
     OSequenceOutputStream(
diff --git a/sw/source/core/text/txttab.cxx b/sw/source/core/text/txttab.cxx
index 451dcb4d4b4e..6d38ae6b193a 100644
--- a/sw/source/core/text/txttab.cxx
+++ b/sw/source/core/text/txttab.cxx
@@ -352,7 +352,7 @@ bool SwTabPortion::PreFormat( SwTextFormatInfo &rInf )
     PrtWidth( nMinimumTabWidth );
 
     // Break tab stop to next line if:
-    // 1. Minmal width does not fit to line anymore.
+    // 1. Minimal width does not fit to line anymore.
     // 2. An underflow event was called for the tab portion.
     bool bFull = ( bTabCompat && rInf.IsUnderflow() ) ||
                      ( rInf.Width() <= rInf.X() + PrtWidth() && rInf.X() <= rInf.Width() ) ;


More information about the Libreoffice-commits mailing list