summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-02-13 10:29:54 +0100
committerAleksandar Stefanović <theonewithideas@gmail.com>2017-02-13 09:37:18 +0000
commit417bc898802630c567d970d0283312697acdd5ff (patch)
tree00d1f7c1ebf59a6023531ef2c22371150b717dc1 /qadevOOo
parent529162307e9d6191fe43d50597504474b2c1a5ba (diff)
Fix typos
Change-Id: Iaf6bbe81f519d49b82f624282d786c8cc18d641c Reviewed-on: https://gerrit.libreoffice.org/34199 Reviewed-by: Aleksandar Stefanović <theonewithideas@gmail.com> Tested-by: Aleksandar Stefanović <theonewithideas@gmail.com>
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java2
-rw-r--r--qadevOOo/tests/java/ifc/loader/_XImplementationLoader.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
index 18d2cf1c65fc..f9c0d8b6965a 100644
--- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
+++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleComponent.java
@@ -477,7 +477,7 @@ public class _XAccessibleComponent extends MultiMethodTest {
if (!result) {
log.println( "potential race bounds " + bounds.Width + "x" + bounds.Height +
" vs. size " + size.Width + "x" + size.Height);
- // Possibily we hit a race condition and it re-sized (?) ...
+ // Possibly we hit a race condition and it re-sized (?) ...
// One such race is described in
// <https://bugs.documentfoundation.org/show_bug.cgi?id=64587>
// "SvpSalInstance::CheckTimeout -> ScTable::SetRowHeightRange
diff --git a/qadevOOo/tests/java/ifc/loader/_XImplementationLoader.java b/qadevOOo/tests/java/ifc/loader/_XImplementationLoader.java
index fb835587f34b..1a8a05409d2e 100644
--- a/qadevOOo/tests/java/ifc/loader/_XImplementationLoader.java
+++ b/qadevOOo/tests/java/ifc/loader/_XImplementationLoader.java
@@ -152,7 +152,7 @@ public class _XImplementationLoader extends MultiMethodTest {
if (factory == null) {
log.println("activate() returns null - FAILED.");
} else {
- log.println("Activated impementation doesn't support "+
+ log.println("Activated implementation doesn't support "+
"XServiceInfo - FAILED.");
}
ok = false ;