From 3ee517d480b60c0db59bf43f6f52c27f7368d883 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 19 Dec 2017 22:05:58 +0100 Subject: Fix typos Change-Id: I6f0eb93ec654e629c8fbe761f000190ea9343103 Reviewed-on: https://gerrit.libreoffice.org/46824 Tested-by: Jenkins Reviewed-by: Julien Nabet --- odk/examples/java/Spreadsheet/EuroAdaption.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odk') diff --git a/odk/examples/java/Spreadsheet/EuroAdaption.java b/odk/examples/java/Spreadsheet/EuroAdaption.java index f3e73d38a15c..209e772ab075 100644 --- a/odk/examples/java/Spreadsheet/EuroAdaption.java +++ b/odk/examples/java/Spreadsheet/EuroAdaption.java @@ -216,7 +216,7 @@ public class EuroAdaption { xCellProp.setPropertyValue( "NumberFormat", Integer.valueOf( iNewNumberFormat ) ); - // interate over all cells from the cellrange with an + // iterate over all cells from the cellrange with an // content and use the DM/EUR factor XCellRangesQuery xCellRangesQuery = UnoRuntime.queryInterface( XCellRangesQuery.class, xCellRange ); -- cgit