svl/source/numbers/zforlist.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8d77bc5638fa08162ce42e2971bdb42db7f4d9c6
Author: Andrea Gelmini <[email protected]>
Date:   Fri May 4 07:50:32 2018 +0200

    Fix typo
    
    Change-Id: I24a82ffcd060c72aeddddd76c4c5fe667d75f79b
    Reviewed-on: https://gerrit.libreoffice.org/53833
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Julien Nabet <[email protected]>

diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx
index de7a808324e0..266adfd48048 100644
--- a/svl/source/numbers/zforlist.cxx
+++ b/svl/source/numbers/zforlist.cxx
@@ -1096,7 +1096,7 @@ bool SvNumberFormatter::IsNumberFormat(const OUString& 
sString,
         }
         ChangeIntl(pFormat->GetLanguage());
         // Avoid scanner overhead with the General format of any locale.
-        // These are never substituded above so safe to ignore.
+        // These are never substituted above so safe to ignore.
         if ((F_Index % SV_COUNTRY_LANGUAGE_OFFSET) == 0)
         {
             assert(FType == SvNumFormatType::NUMBER);
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to