Kaydet (Commit) 45ccaf41 authored tarafından Lior Kaplan's avatar Lior Kaplan

Typo fix: postion > position

Change-Id: I9b25fd621dfc35f2aeee8ae4e069364c0a3a6102
üst c8ecf7eb
...@@ -167,7 +167,7 @@ class WriterFrame extends java.awt.Frame ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment