From 45ccaf4131693e7c5246a8c0016dba085f12866c Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Wed, 12 Jun 2013 20:16:11 +0300 Subject: Typo fix: postion > position Change-Id: I9b25fd621dfc35f2aeee8ae4e069364c0a3a6102 --- bean/qa/complex/bean/WriterFrame.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bean') 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); -- cgit