diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-10 09:48:59 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-14 12:32:12 +0200 |
commit | 7328e577e297924ba9cdfc2498f84b1d17d603d4 (patch) | |
tree | 9155d0e47d3a1f71838e4cb20987d45022959f8d /framework | |
parent | e5a05de95004a9ec3b569282ab7fbd9a1828cfd4 (diff) |
typo: stoped -> stopped
Diffstat (limited to 'framework')
-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 836da40bb89d..99d4dac85497 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTest.java +++ b/framework/qa/complex/framework/recovery/RecoveryTest.java @@ -317,7 +317,7 @@ public class RecoveryTest extends ComplexTestCase { * and click it then to continue. * @param expectedDocumentCount the amount of documents which must be displayed in the recovery dialog * @param recover If the documenst should be recoverd this variable must be true. If it is fasle - * the recovery process was stoped and the button cancel was klicked. + * the recovery process was stopped and the button cancel was klicked. * @param cancel If the recovery is fifnished, this parameter desicdes to klick the "Next" button * or the click cancel. If the value is true, the cancel button was clicked. */ |