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 /uui | |
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 'uui')
-rw-r--r-- | uui/source/iahndl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/source/iahndl.cxx b/uui/source/iahndl.cxx index e2ce02c659d5..51af635a24bf 100644 --- a/uui/source/iahndl.cxx +++ b/uui/source/iahndl.cxx @@ -1088,7 +1088,7 @@ UUIInteractionHelper::handleGenericErrorRequest( getContinuations(rContinuations, &xApprove, &xAbort); // Note: It's important to convert the transported long to the - // required unsigned long value. Otherwhise using as flag field + // required unsigned long value. Otherwise using as flag field // can fail ... ErrCode nError(nErrorCode); bool bWarning = !nError.IgnoreWarning(); |