diff options
author | MÁTÉ Gergely <sportember@caesar.elte.hu> | 2013-07-19 21:16:01 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-07-19 19:20:37 +0000 |
commit | 89efc98c8e0af18f07cb0b0e04849a260808041b (patch) | |
tree | a6f285acfae175ca86251f784793d326b6ad66d1 | |
parent | 4eb1ac0b7aa680c6128b866e15fccf29c6c2882d (diff) |
typo fix in comment
Change-Id: I4c4d9927f6165b3febd089bc5cfb6af188aedcf0
Reviewed-on: https://gerrit.libreoffice.org/4990
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
-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 26da196b896d..46656ab2ba02 100644 --- a/framework/qa/complex/framework/recovery/RecoveryTest.java +++ b/framework/qa/complex/framework/recovery/RecoveryTest.java @@ -480,7 +480,7 @@ public class RecoveryTest extends ComplexTestCase { /** * This function gets the current screen size and calculate the first - * quarter of it. This qaurter was used to postion to Office windows. + * quarter of it. This quarter was used to position to Office windows. * Further this function calculates the maximum window size so the window * is visible if it placed on extreme position. */ |