From 59a51e0a83f8e88a501fd4264ecac812cce09e6f Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 12 Aug 2022 11:24:41 +0200 Subject: Fix typos Change-Id: I67e6e34265342b56bb922d2d9fc3a3385c8990d2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138182 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- qadevOOo/runner/helper/ConfigHelper.java | 2 +- qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qadevOOo') diff --git a/qadevOOo/runner/helper/ConfigHelper.java b/qadevOOo/runner/helper/ConfigHelper.java index 73953c1c7d80..3bdd0a981ac5 100644 --- a/qadevOOo/runner/helper/ConfigHelper.java +++ b/qadevOOo/runner/helper/ConfigHelper.java @@ -153,7 +153,7 @@ public class ConfigHelper * to create a new group. This group is specific to its set and * creates defined entries. * @return The [inserted] group of the set - * @param groupName The name of the goup which should be returned + * @param groupName The name of the group which should be returned * @param setName The name of the set * @throws com.sun.star.uno.Exception throws * com.sun.star.uno.Exception on any error. diff --git a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java index 39aabf688faa..5557924edde1 100644 --- a/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java +++ b/qadevOOo/tests/java/ifc/sdb/_XSingleSelectQueryAnalyzer.java @@ -167,7 +167,7 @@ public class _XSingleSelectQueryAnalyzer extends MultiMethodTest { } /** - * Object relation xComposer set a goup. This group + * Object relation xComposer set a group. This group * must returned while calling getGroup */ public void _getGroup() { -- cgit