[Libreoffice-commits] core.git: bean/qa

Lior Kaplan kaplanlior at gmail.com
Wed Jun 12 10:19:36 PDT 2013


 bean/qa/complex/bean/WriterFrame.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 45ccaf4131693e7c5246a8c0016dba085f12866c
Author: Lior Kaplan <kaplanlior at gmail.com>
Date:   Wed Jun 12 20:16:11 2013 +0300

    Typo fix: postion > position
    
    Change-Id: I9b25fd621dfc35f2aeee8ae4e069364c0a3a6102

diff --git a/bean/qa/complex/bean/WriterFrame.java b/bean/qa/complex/bean/WriterFrame.java
index 525ddf7..470c43f 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);


More information about the Libreoffice-commits mailing list