summaryrefslogtreecommitdiff
path: root/filter/qa
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-14 21:24:31 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-26 20:09:47 +0200
commit65c0f918abb34cad14950de2080dc5ab5bdda5bf (patch)
treebb7ea31d459d8a3e195c6609d0b16667733da01f /filter/qa
parent53a6f11b8d81a94189e4f6ee954b6d5c2ad6ffe0 (diff)
Fix typo
Change-Id: Ife490bb0ed1c62dcfe591b8b0989cf625a14ac62 Reviewed-on: https://gerrit.libreoffice.org/72991 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter/qa')
-rw-r--r--filter/qa/complex/filter/detection/typeDetection/Helper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/qa/complex/filter/detection/typeDetection/Helper.java b/filter/qa/complex/filter/detection/typeDetection/Helper.java
index 91fb39f2dca6..bf8314f9df93 100644
--- a/filter/qa/complex/filter/detection/typeDetection/Helper.java
+++ b/filter/qa/complex/filter/detection/typeDetection/Helper.java
@@ -138,7 +138,7 @@ public class Helper {
// example: data = "firstData;secondData;;forthData"
// => three tokens => missing one data because the imagine
// "thirdData" was not received by data.nextToken()
- // Therefore here comes a special handling for empty datas
+ // Therefore here comes a special handling for empty data
boolean nextIsData = false;
int dataCount = 0;
while (data.hasMoreTokens()) {