You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2018/01/17 00:10:28 UTC

svn commit: r1821336 - /openoffice/trunk/main/sc/source/ui/dbgui/asciiopt.cxx

Author: mseidel
Date: Wed Jan 17 00:10:28 2018
New Revision: 1821336

URL: http://svn.apache.org/viewvc?rev=1821336&view=rev
Log:
Fixed typos

Modified:
    openoffice/trunk/main/sc/source/ui/dbgui/asciiopt.cxx

Modified: openoffice/trunk/main/sc/source/ui/dbgui/asciiopt.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/ui/dbgui/asciiopt.cxx?rev=1821336&r1=1821335&r2=1821336&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/ui/dbgui/asciiopt.cxx (original)
+++ openoffice/trunk/main/sc/source/ui/dbgui/asciiopt.cxx Wed Jan 17 00:10:28 2018
@@ -302,7 +302,7 @@ void ScAsciiOptions::ReadFromString( con
         bQuotedFieldAsText = aToken.EqualsAscii("true") ? true : false;
     }
 
-    // Detect special nubmers.
+    // Detect special numbers.
     if (nCount >= 8)
     {
         aToken = rString.GetToken(7, ',');
@@ -396,7 +396,7 @@ String ScAsciiOptions::WriteToString() c
     aOutStr += String::CreateFromAscii(bQuotedFieldAsText ? "true" : "false");
     aOutStr += ',';
 
-    // Detect special nubmers.
+    // Detect special numbers.
     aOutStr += String::CreateFromAscii(bDetectSpecialNumber ? "true" : "false");
 
     // 9th token is used for "Save as shown" in export options