diff options
-rw-r--r-- | bean/qa/complex/bean/WriterFrame.java | 2 |
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); |