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 <[email protected]> AuthorDate: Tue May 14 21:24:23 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Tested-by: Julien Nabet <[email protected]> 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 <[email protected]> AuthorDate: Tue May 14 21:24:31 2019 +0000 Commit: Julien Nabet <[email protected]> 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 <[email protected]> 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()) { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
