summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-19 22:05:58 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-20 10:41:32 +0100
commit3ee517d480b60c0db59bf43f6f52c27f7368d883 (patch)
treecb602fdedf0f16dae028899b05ff677c4729c6f0 /odk
parentca9897cf772ab09874f8d1e4881a0c79aa94748a (diff)
Fix typos
Change-Id: I6f0eb93ec654e629c8fbe761f000190ea9343103 Reviewed-on: https://gerrit.libreoffice.org/46824 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/java/Spreadsheet/EuroAdaption.java2
1 files changed, 1 insertions, 1 deletions
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 );