Typo fix: postion > position

Change-Id: I9b25fd621dfc35f2aeee8ae4e069364c0a3a6102
This commit is contained in:
Lior Kaplan 2013-06-12 20:16:11 +03:00
parent c8ecf7eb12
commit 45ccaf4131

View File

@ -167,7 +167,7 @@ class WriterFrame extends java.awt.Frame
|| client.width != unoWin.width || client.width != unoWin.width
|| client.height != unoWin.height) || 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" + "of the UNO window. These are the values of Java frame, followed by" +
"the UNO window: "); "the UNO window: ");
System.out.println(client); System.out.println(client);