[Libreoffice-commits] core.git: 2 commits - framework/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jun 14 02:09:05 UTC 2019
framework/qa/complex/api_internal/CheckAPI.java | 2 +-
framework/qa/complex/path_settings/PathSettingsTest.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit c067c56c5b7067f712519f96c03bf0015465a195
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jun 10 16:56:26 2019 +0000
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Fri Jun 14 04:08:16 2019 +0200
Fix typo
Change-Id: Id0f271e577732b8960228157d2e08fb04cdcae0a
Reviewed-on: https://gerrit.libreoffice.org/74004
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
diff --git a/framework/qa/complex/path_settings/PathSettingsTest.java b/framework/qa/complex/path_settings/PathSettingsTest.java
index c9aa25a666c1..236b6e46695a 100644
--- a/framework/qa/complex/path_settings/PathSettingsTest.java
+++ b/framework/qa/complex/path_settings/PathSettingsTest.java
@@ -110,7 +110,7 @@ public class PathSettingsTest
aListOfWorkingProperty = new ArrayList<Property>();
- // get intitial values and create new ones
+ // get initial values and create new ones
for (int i = 0; i < xPropertyInfoOfPathSettings.length; i++)
{
final String sName = xPropertyInfoOfPathSettings[i].Name;
commit 53fa488104b8723ba6de2063338e14544cb13da3
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jun 10 16:56:30 2019 +0000
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Fri Jun 14 04:07:54 2019 +0200
Fix typo
Change-Id: I7c6f8478b95fa3904b1cec0cf5dbfc6885fd2810
Reviewed-on: https://gerrit.libreoffice.org/74002
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
diff --git a/framework/qa/complex/api_internal/CheckAPI.java b/framework/qa/complex/api_internal/CheckAPI.java
index 8ee5b1f06c05..cd17f4a6917f 100644
--- a/framework/qa/complex/api_internal/CheckAPI.java
+++ b/framework/qa/complex/api_internal/CheckAPI.java
@@ -41,7 +41,7 @@ import com.sun.star.uno.UnoRuntime;
/**
* This test executes the API tests internally in LibreOffice. Prerequisite is
- * that a OOoRunner.jar is registered inside of LibreOffice. Adjust the joblist
+ * that an OOoRunner.jar is registered inside of LibreOffice. Adjust the joblist
* inside of the CheckAPI.props to determine which tests will be executed.
*/
public class CheckAPI {
More information about the Libreoffice-commits
mailing list