summaryrefslogtreecommitdiff
path: root/sfx2/qa
diff options
context:
space:
mode:
authorElton Chung <elton@layerjet.com>2012-02-18 12:37:04 +0800
committerMichael Meeks <michael.meeks@suse.com>2012-02-18 09:35:43 +0000
commit23af031b09dffe37222517d69f5337db26fdb307 (patch)
treeae1219ec20ccacd0fe9fdc0fc539e5b8f41420d3 /sfx2/qa
parent78e9ba6febb7402d4661fbf7934a2526efc8629a (diff)
Fix typos in comments
Diffstat (limited to 'sfx2/qa')
-rwxr-xr-xsfx2/qa/complex/sfx2/DocumentInfo.java2
-rwxr-xr-xsfx2/qa/complex/sfx2/GlobalEventBroadcaster.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/qa/complex/sfx2/DocumentInfo.java b/sfx2/qa/complex/sfx2/DocumentInfo.java
index ca7ae8b1dda0..edbd3138b46c 100755
--- a/sfx2/qa/complex/sfx2/DocumentInfo.java
+++ b/sfx2/qa/complex/sfx2/DocumentInfo.java
@@ -64,7 +64,7 @@ public class DocumentInfo
{
m_xMSF = getMSF();
- System.out.println("check wether there is a valid MultiServiceFactory");
+ System.out.println("check whether there is a valid MultiServiceFactory");
assertNotNull("## Couldn't get MultiServiceFactory make sure your Office is started", m_xMSF);
diff --git a/sfx2/qa/complex/sfx2/GlobalEventBroadcaster.java b/sfx2/qa/complex/sfx2/GlobalEventBroadcaster.java
index 41bd66ccb5b9..c455952c7508 100755
--- a/sfx2/qa/complex/sfx2/GlobalEventBroadcaster.java
+++ b/sfx2/qa/complex/sfx2/GlobalEventBroadcaster.java
@@ -63,7 +63,7 @@ public class GlobalEventBroadcaster {
@Before public void initialize() {
m_xMSF = getMSF();
- System.out.println("check wether there is a valid MultiServiceFactory");
+ System.out.println("check whether there is a valid MultiServiceFactory");
assertNotNull("## Couldn't get MultiServiceFactory make sure your Office is started", m_xMSF);
@@ -83,7 +83,7 @@ public class GlobalEventBroadcaster {
System.out.println("... done");
- System.out.println("check wether the created instance is valid");
+ System.out.println("check whether the created instance is valid");
assertNotNull("couldn't create service", GlobalEventBroadcaster);