summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-10 19:59:38 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-10 20:22:50 +0300
commit6835d9f3074c1030be6632bdaff6c8398c696429 (patch)
tree90bdc179c3522a71f87fef348d9aaced458b611d /qadevOOo/runner/lib
parenta8877197072523ec60fadb138f9790aa2bf66cd2 (diff)
It's "its", not "it's"
Change-Id: Ieaa787afd7cc622b4750a2ee8f17f6dad934ba63
Diffstat (limited to 'qadevOOo/runner/lib')
-rw-r--r--qadevOOo/runner/lib/DynamicClassLoader.java2
-rw-r--r--qadevOOo/runner/lib/MultiPropertyTest.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/lib/DynamicClassLoader.java b/qadevOOo/runner/lib/DynamicClassLoader.java
index ef38533bb8f3..db62e730da93 100644
--- a/qadevOOo/runner/lib/DynamicClassLoader.java
+++ b/qadevOOo/runner/lib/DynamicClassLoader.java
@@ -26,7 +26,7 @@ import java.lang.reflect.Constructor;
public class DynamicClassLoader {
/**
- * This method returns a class created by it's name
+ * This method returns a class created by its name
* created by call to <code>Class.forName()</code>.<p>
* This method must be overloaded if another loading
* policy is required for Component and Interface
diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java
index 6d22968f313b..544538dadeef 100644
--- a/qadevOOo/runner/lib/MultiPropertyTest.java
+++ b/qadevOOo/runner/lib/MultiPropertyTest.java
@@ -368,7 +368,7 @@ public class MultiPropertyTest extends MultiMethodTest
{
log.println("NOTIFY: this property needs further investigations.");
log.println("\t The type seems to be an Any with value of NULL.");
- log.println("\t Maybe the property should get it's own test method.");
+ log.println("\t Maybe the property should get its own test method.");
}
tRes.tested(propName, false);
@@ -404,7 +404,7 @@ public class MultiPropertyTest extends MultiMethodTest
{
log.println("NOTIFY: this property needs further investigations.");
log.println("\t The type seems to be an Any with value of NULL.");
- log.println("\t Maybe the property should get it's own test method.");
+ log.println("\t Maybe the property should get its own test method.");
}
if (resValue != null)
{