summaryrefslogtreecommitdiff
path: root/bean/qa
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2013-06-12 20:16:11 +0300
committerLior Kaplan <kaplanlior@gmail.com>2013-06-12 20:18:38 +0300
commit45ccaf4131693e7c5246a8c0016dba085f12866c (patch)
treeec22966062f494829efcc6489dbcc78800c00c39 /bean/qa
parentc8ecf7eb128e7de0ec541f430f484ed50376ade5 (diff)
Typo fix: postion > position
Change-Id: I9b25fd621dfc35f2aeee8ae4e069364c0a3a6102
Diffstat (limited to 'bean/qa')
-rw-r--r--bean/qa/complex/bean/WriterFrame.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bean/qa/complex/bean/WriterFrame.java b/bean/qa/complex/bean/WriterFrame.java
index 525ddf78fc48..470c43f42fc0 100644
--- a/bean/qa/complex/bean/WriterFrame.java
+++ b/bean/qa/complex/bean/WriterFrame.java
@@ -167,7 +167,7 @@ class WriterFrame extends java.awt.Frame
|| client.width != unoWin.width
|| client.height != unoWin.height)
{
- System.out.println("\nPosition of client are of Java frame does not match the postion" +
+ System.out.println("\nPosition of client are of Java frame does not match the position" +
"of the UNO window. These are the values of Java frame, followed by" +
"the UNO window: ");
System.out.println(client);