diff options
author | Pedro Giffuni <pfg@apache.org> | 2012-12-22 00:16:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-07 16:07:53 +0100 |
commit | efb6d8211d3ddb1b42c51400c7cadd57a0dfca4f (patch) | |
tree | 0ef9a9aceb773780220ae30164ee5c068e4c674c /framework/qa | |
parent | 55ff402fa24bcf9478e7fde94f2ab57c2223b7f7 (diff) |
Fix some typos found by Noel Grandin
(cherry picked from commit 9271c50c2d02b708cbe274568c455ff900595884)
Conflicts:
qadevOOo/runner/lib/Status.java
qadevOOo/runner/util/PropertyName.java
Change-Id: I6157d7e4da5eeb85f3b748ab70cc6528b3d061a2
Diffstat (limited to 'framework/qa')
-rw-r--r-- | framework/qa/complex/framework/recovery/RecoveryTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qa/complex/framework/recovery/RecoveryTest.java b/framework/qa/complex/framework/recovery/RecoveryTest.java index 39e58b8d8dd5..26da196b896d 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTest.java +++ b/framework/qa/complex/framework/recovery/RecoveryTest.java @@ -409,7 +409,7 @@ public class RecoveryTest extends ComplexTestCase { /** * This function uses accessibility to handle the dialog "Are you sure". - * It cklick "Yes" or "No", dependend on the value of the parameter <CODE>Yes</CODE> + * It click "Yes" or "No", dependend on the value of the parameter <CODE>Yes</CODE> * @param yes If value is <CODE>TRUE</CODE> the button "Yes" was clicked, otherwise the button * "No". */ |