From 78e1acffcb3d40266bc075c8b88595accbf62a1b Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Mon, 21 Sep 2015 22:35:36 +0200 Subject: Typo: automaticcally->automatically Change-Id: I0422965071f3828938b1b1a535f1eb4f2de481f2 --- wizards/com/sun/star/wizards/table/TableWizard.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizards') diff --git a/wizards/com/sun/star/wizards/table/TableWizard.java b/wizards/com/sun/star/wizards/table/TableWizard.java index ce6403376797..8ba08ad39020 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); -- cgit