From 07e84cae983c08afdba03018413a19d01abb3006 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 18 Jan 2015 23:31:37 +0100 Subject: Fix typo comments Resouce->Resource Change-Id: Ia3195a21ad46b4c9830ee6293135dfe5945986a2 Reviewed-on: https://gerrit.libreoffice.org/13985 Reviewed-by: Noel Grandin Tested-by: Noel Grandin --- 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 cf41446ecb6d..ce6403376797 100644 --- a/wizards/com/sun/star/wizards/table/TableWizard.java +++ b/wizards/com/sun/star/wizards/table/TableWizard.java @@ -75,7 +75,7 @@ public class TableWizard extends DatabaseObjectWizard implements XTextListener }); drawNaviBar(); fielditems = new HashMap(); - //TODO if reportResouces cannot be gotten dispose officedocument + //TODO if reportResources cannot be gotten dispose officedocument if (getTableResources()) { setRightPaneHeaders(m_oResource, UIConsts.RID_TABLE + 8, 4); -- cgit