diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2014-11-10 15:05:25 +0100 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2014-11-12 11:04:11 +0000 |
commit | da40cac540e7d735edbe9069b3c8ec6af4530208 (patch) | |
tree | f2abda7281129e13f588c77b18780a7090c8405f /qadevOOo/runner | |
parent | bb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff) |
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r-- | qadevOOo/runner/helper/ConfigHelper.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/helper/URLHelper.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/lib/Status.java | 2 | ||||
-rw-r--r-- | qadevOOo/runner/util/DesktopTools.java | 4 | ||||
-rw-r--r-- | qadevOOo/runner/util/UITools.java | 6 |
5 files changed, 8 insertions, 8 deletions
diff --git a/qadevOOo/runner/helper/ConfigHelper.java b/qadevOOo/runner/helper/ConfigHelper.java index a373ce03d319..d0fd6c9839c5 100644 --- a/qadevOOo/runner/helper/ConfigHelper.java +++ b/qadevOOo/runner/helper/ConfigHelper.java @@ -281,7 +281,7 @@ public class ConfigHelper /** * Returns a <CODE>XNameContainer</CODE> of the <CODE>Set</CODE> * of the <CODE>Configuration</CODE> - * @param setName the name of the Set which sould be returned + * @param setName the name of the Set which should be returned * @throws com.sun.star.uno.Exception on any error * @return A XNameContainer of the Set */ diff --git a/qadevOOo/runner/helper/URLHelper.java b/qadevOOo/runner/helper/URLHelper.java index fa54496a193a..9389e29eca0b 100644 --- a/qadevOOo/runner/helper/URLHelper.java +++ b/qadevOOo/runner/helper/URLHelper.java @@ -80,7 +80,7 @@ public class URLHelper /** * The same as getFileURLFromSystemPath() before but uses string parameter instead - * of a File type. It exist to supress converting of necessary parameters in the + * of a File type. It exists to suppress converting of necessary parameters in the * outside code. But of course getFileURLFromSystemPath(File) will be a little bit faster * then this method ... * diff --git a/qadevOOo/runner/lib/Status.java b/qadevOOo/runner/lib/Status.java index fc4a2b4fe9d3..b2b76daa7935 100644 --- a/qadevOOo/runner/lib/Status.java +++ b/qadevOOo/runner/lib/Status.java @@ -101,7 +101,7 @@ public class Status extends SimpleStatus { /** * The method returns a human-readable description of the status. * The Status implementation of the method returns the status state - * description and appends to it it the reason, for example: + * description and appends to it the reason, for example: * "FAILED.The getLabel works wrong", "PASSED.OK". */ @Override diff --git a/qadevOOo/runner/util/DesktopTools.java b/qadevOOo/runner/util/DesktopTools.java index e0cc25f6e746..d61ba4bc70f8 100644 --- a/qadevOOo/runner/util/DesktopTools.java +++ b/qadevOOo/runner/util/DesktopTools.java @@ -326,8 +326,8 @@ public class DesktopTools /** * Creates a floating XWindow on the given position and size. * @return a floating XWindow - * @param X the X-Postion of the floating XWindow - * @param Y the Y-Postion of the floating XWindow + * @param X the X-Position of the floating XWindow + * @param Y the Y-Position of the floating XWindow * @param width the width of the floating XWindow * @param height the height of the floating XWindow * @param xMSF the MultiServiceFactory diff --git a/qadevOOo/runner/util/UITools.java b/qadevOOo/runner/util/UITools.java index f3aea0610dbe..073b7493dde3 100644 --- a/qadevOOo/runner/util/UITools.java +++ b/qadevOOo/runner/util/UITools.java @@ -113,7 +113,7 @@ public class UITools { /** * returns the button by the given name - * @param buttonName is name name of the button to get + * @param buttonName is the name of the button to get * @return a XAccessibleContext of the button * @throws java.lang.Exception if something fail */ @@ -125,7 +125,7 @@ public class UITools { /** * Helper method: gets button via accessibility and 'click' it</code> - * @param buttonName is name name of the button to click + * @param buttonName is the name of the button to click * @throws java.lang.Exception if something fail */ public void clickButton(String buttonName) throws java.lang.Exception @@ -261,4 +261,4 @@ public class UITools { AccessibilityTools.printAccessibleTree(log, mXRoot, debugIsActive); } -}
\ No newline at end of file +} |