summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/frame/_XStorable.java
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-09 16:34:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-10 10:01:13 +0200
commit1156f981ac4557737dd915e89e11abaa61e29f14 (patch)
tree86e847ba365f478bb74d3fc4e3785689d8b45c6f /qadevOOo/tests/java/ifc/frame/_XStorable.java
parent0dc47739176493ded49b665c5fdfe0fe8fff39c1 (diff)
an is used before a vowel sound
not before vowels with a consonant sound so its a url not an url Change-Id: Ic27ff3bee67469284d460c31ced6f63cb3633db2 Reviewed-on: https://gerrit.libreoffice.org/72062 Reviewed-by: Jens Carl <j.carl43@gmx.de> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'qadevOOo/tests/java/ifc/frame/_XStorable.java')
-rw-r--r--qadevOOo/tests/java/ifc/frame/_XStorable.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/ifc/frame/_XStorable.java b/qadevOOo/tests/java/ifc/frame/_XStorable.java
index 6c476d152255..c61a4380251f 100644
--- a/qadevOOo/tests/java/ifc/frame/_XStorable.java
+++ b/qadevOOo/tests/java/ifc/frame/_XStorable.java
@@ -127,7 +127,7 @@ public class _XStorable extends MultiMethodTest {
* and no exceptions were thrown.
*/
public void _storeAsURL() {
- // getting an url to store
+ // getting a url to store
String url = utils.getOfficeTemp(
tParam.getMSF());
@@ -145,7 +145,7 @@ public class _XStorable extends MultiMethodTest {
tRes.tested("storeAsURL()", false);
}
} else {
- log.println("an url to store is not found");
+ log.println("a url to store is not found");
}
}
@@ -155,7 +155,7 @@ public class _XStorable extends MultiMethodTest {
* and no exceptions were thrown.
*/
public void _storeToURL() {
- // getting an url to store
+ // getting a url to store
String url = utils.getOfficeTemp(
tParam.getMSF());
@@ -171,7 +171,7 @@ public class _XStorable extends MultiMethodTest {
tRes.tested("storeToURL()", false);
}
} else {
- log.println("an url to store is not found");
+ log.println("a url to store is not found");
}
}