[Libreoffice-commits] core.git: wizards/com

Julien Nabet serval2412 at yahoo.fr
Mon Sep 21 13:36:54 PDT 2015


 wizards/com/sun/star/wizards/table/TableWizard.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 78e1acffcb3d40266bc075c8b88595accbf62a1b
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Mon Sep 21 22:35:36 2015 +0200

    Typo: automaticcally->automatically
    
    Change-Id: I0422965071f3828938b1b1a535f1eb4f2de481f2

diff --git a/wizards/com/sun/star/wizards/table/TableWizard.java b/wizards/com/sun/star/wizards/table/TableWizard.java
index ce64033..8ba08ad 100644
--- a/wizards/com/sun/star/wizards/table/TableWizard.java
+++ b/wizards/com/sun/star/wizards/table/TableWizard.java
@@ -389,7 +389,7 @@ public class TableWizard extends DatabaseObjectWizard implements XTextListener
         {
             int maxfieldcount = curTableDescriptor.getMaxColumnsInTable();
             if (_icount >= (maxfieldcount - 1))
-            {   // keep one column as reserve for the automaticcally created key
+            {   // keep one column as reserve for the automatically created key
                 String smessage = serrToManyFields;
                 smessage = JavaTools.replaceSubString(smessage, String.valueOf(maxfieldcount), "%COUNT");
                 showMessageBox("ErrorBox", VclWindowPeerAttribute.OK, smessage);


More information about the Libreoffice-commits mailing list