[Libreoffice-commits] core.git: qadevOOo/tests
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 12 12:38:10 UTC 2019
qadevOOo/tests/java/ifc/ucb/_XDataContainer.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 0f4d60ea931e9949a8d6c1ac6c60e331ad53eb66
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Sep 12 13:00:42 2019 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Sep 12 14:37:27 2019 +0200
Fix typo
Change-Id: If79519d6540b97549cc0dacce3621c03e7f9d9b7
Reviewed-on: https://gerrit.libreoffice.org/78828
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java b/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java
index 0f07c41ef532..d077d1be4a71 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XDataContainer.java
@@ -44,7 +44,7 @@ public class _XDataContainer extends MultiMethodTest {
/**
* Sets the content type to some value. <p>
- * Has <b>OK</b> status if no runtime exseptions occurred.
+ * Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _setContentType() {
oObj.setContentType("image/jpeg") ;
@@ -68,7 +68,7 @@ public class _XDataContainer extends MultiMethodTest {
/**
* Sets the data to some byte array. <p>
- * Has <b>OK</b> status if no runtime exseptions occurred.
+ * Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _setData() {
oObj.setData(data) ;
@@ -99,7 +99,7 @@ public class _XDataContainer extends MultiMethodTest {
/**
* Sets the data URL to some URL. <p>
- * Has <b>OK</b> status if no runtime exseptions occurred.
+ * Has <b>OK</b> status if no runtime exceptions occurred.
*/
public void _setDataURL() {
dataURL = util.utils.getOfficeTemp(tParam.getMSF()) ;
More information about the Libreoffice-commits
mailing list