filter/qa/complex/filter/detection/typeDetection/TypeDetection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8401a26363bf7cb3c30bf783b3f8978f4b69e4c4 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon May 13 13:56:27 2019 +0000 Commit: Julien Nabet <[email protected]> CommitDate: Mon May 13 17:25:29 2019 +0200 Fix typo Change-Id: If9587bcf6b45dc7398d029171fdd018116dfa9b4 Reviewed-on: https://gerrit.libreoffice.org/72238 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Julien Nabet <[email protected]> diff --git a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java index f46b85f38371..ea5a54c102c2 100644 --- a/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java +++ b/filter/qa/complex/filter/detection/typeDetection/TypeDetection.java @@ -176,7 +176,7 @@ public class TypeDetection extends ComplexTestCase { /** * @member m_xDetection the object to test - * @member helper instacne of helper class + * @member helper instance of helper class */ static XTypeDetection m_xDetection; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
