diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-14 12:50:47 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-14 16:24:04 +0100 |
commit | cfffb09b3d6d46c500e3be3fe601a4ff6944d40e (patch) | |
tree | 9cb01bdb90949dd670b8bb30d23cf4be32cefc89 /framework/qa | |
parent | fa014ee6e13d182cb5830698558284e7caffa5f9 (diff) |
Fix typos
Change-Id: I2a578961837076ebce3c1fb2681b0785d1d490ac
Reviewed-on: https://gerrit.libreoffice.org/47857
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'framework/qa')
-rw-r--r-- | framework/qa/complex/dispatches/checkdispatchapi.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qa/complex/dispatches/checkdispatchapi.java b/framework/qa/complex/dispatches/checkdispatchapi.java index 32786e858364..cceabb4f436c 100644 --- a/framework/qa/complex/dispatches/checkdispatchapi.java +++ b/framework/qa/complex/dispatches/checkdispatchapi.java @@ -193,7 +193,7 @@ public class checkdispatchapi @Test public void checkInterceptorLifeTime() throws Exception { // Note: It's important for the following test, that aInterceptor will be hold alive by the uno reference - // xInterceptor. Otherwhise we can't check some internal states of aInterceptor at the end of this method, because + // xInterceptor. Otherwise we can't check some internal states of aInterceptor at the end of this method, because // it was already killed .-) Interceptor aInterceptor = new Interceptor(m_xMSF); |