Typo fix: postion > position
Change-Id: I9b25fd621dfc35f2aeee8ae4e069364c0a3a6102
This commit is contained in:
parent
c8ecf7eb12
commit
45ccaf4131
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user