[Libreoffice-commits] core.git: 2 commits - filter/qa filter/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun May 26 18:11:03 UTC 2019
filter/qa/complex/filter/detection/typeDetection/Helper.java | 2 +-
filter/source/config/cache/querytokenizer.hxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 7195cc5627496f09dab18d4e5b5b987cbc2cd0bf
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:23 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 26 20:10:15 2019 +0200
Fix typo
Change-Id: I8e231e422f2de372823378a165bf5ac0abf9ea84
Reviewed-on: https://gerrit.libreoffice.org/72998
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/filter/source/config/cache/querytokenizer.hxx b/filter/source/config/cache/querytokenizer.hxx
index 8f2433f88867..ca9cf09880bc 100644
--- a/filter/source/config/cache/querytokenizer.hxx
+++ b/filter/source/config/cache/querytokenizer.hxx
@@ -68,7 +68,7 @@ class QueryTokenizer : public std::unordered_map< OUString, OUString >
/** @short create a new tokenizer instance with a
a new query.
- @descr The given query is immidiatly analyzed
+ @descr The given query is immediately analyzed
and separated into its token, which can
be access by some specialized method later.
commit 65c0f918abb34cad14950de2080dc5ab5bdda5bf
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:31 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 26 20:09:47 2019 +0200
Fix typo
Change-Id: Ife490bb0ed1c62dcfe591b8b0989cf625a14ac62
Reviewed-on: https://gerrit.libreoffice.org/72991
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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()) {
More information about the Libreoffice-commits
mailing list