diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-06-26 19:59:21 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-06-27 13:15:34 +0200 |
commit | 9868cefad38b5382f8f683c1ef8064955cc0f093 (patch) | |
tree | 677d322ae87744b0405c445f81bd17be2feccd82 /testtools | |
parent | 94bfb93f3960eb55d8f3388d578e3ce03d02507d (diff) |
Fix typos
Change-Id: If4373f47fdf0ccfcbd490299f8b8d09e17bf92cd
Reviewed-on: https://gerrit.libreoffice.org/39272
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/source/bridgetest/idl/bridgetest.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testtools/source/bridgetest/idl/bridgetest.idl b/testtools/source/bridgetest/idl/bridgetest.idl index 22612b8dfc36..a14330c8ebef 100644 --- a/testtools/source/bridgetest/idl/bridgetest.idl +++ b/testtools/source/bridgetest/idl/bridgetest.idl @@ -161,7 +161,7 @@ struct TestPolyStruct2<T,C> { interface XRecursiveCall : com::sun::star::uno::XInterface { /*** - * @param nToCall If nToCall is 0, the method returns immeadiatly. + * @param nToCall If nToCall is 0, the method returns immediately. * Otherwise, call the given interface with nToCall -1 * ***/ |