diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-20 23:24:56 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-20 23:26:58 +0200 |
commit | be053c9a80ad237afc6da0b4174e1c7afc94ed92 (patch) | |
tree | 94fe4823ec33e39359006c986372c5caceb85db0 /forms | |
parent | d1ae39e484f888ddcca15f584cddd2b3ccae1024 (diff) |
Spelling correction: s/retrive/retrieve/
Change-Id: I96845d358765e2d2507763a9b15a30388b32bc6b
Diffstat (limited to 'forms')
-rw-r--r-- | forms/qa/integration/forms/FormControlTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/qa/integration/forms/FormControlTest.java b/forms/qa/integration/forms/FormControlTest.java index 8d4ee1e84670..f591be402ca1 100644 --- a/forms/qa/integration/forms/FormControlTest.java +++ b/forms/qa/integration/forms/FormControlTest.java @@ -491,7 +491,7 @@ public class FormControlTest extends complexlib.ComplexTestCase implements XSQLE } /* ------------------------------------------------------------------ */ - /** retrives the control model with the given name + /** retrieves the control model with the given name */ private XPropertySet getControlModel( String name ) throws com.sun.star.uno.Exception, java.lang.Exception { |