summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-08-13 17:06:41 +0200
committerJulien Nabet <serval2412@yahoo.fr>2018-08-13 21:47:25 +0200
commitff0d1b150ed6ca05f021daac52e5fcae8d9265ad (patch)
tree895571122b6e034aaab56eb94169296401d44cd3 /package
parent83709f8af41c7ec7bcd727b8001d84a9e67c1e55 (diff)
Fix typos
Change-Id: Ie3baa2f843a98c1edc523050db53beaa2c803394 Reviewed-on: https://gerrit.libreoffice.org/58801 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'package')
-rw-r--r--package/source/xstor/xstorage.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/source/xstor/xstorage.cxx b/package/source/xstor/xstorage.cxx
index 41bb3ffa8802..3488e5726150 100644
--- a/package/source/xstor/xstorage.cxx
+++ b/package/source/xstor/xstorage.cxx
@@ -5126,7 +5126,7 @@ void SAL_CALL OStorage::copyElementDirectlyTo(
SAL_INFO("package.xstor", "Rethrow: " << rException);
uno::Any aCaught( ::cppu::getCaughtException() );
- throw embed::StorageWrappedTargetException( THROW_WHERE "Can't copy element direcly!",
+ throw embed::StorageWrappedTargetException( THROW_WHERE "Can't copy element directly!",
uno::Reference< io::XInputStream >(),
aCaught );
}