diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-04-20 17:46:54 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-04-21 20:36:29 +0000 |
commit | 20f23c1a2838f0dc3c8ff37bf90b9ebe1d278772 (patch) | |
tree | 38aab6151cd817d7ba7ce70d496f00033a971a3d /framework | |
parent | b74163742ff1288ad9ea1ec8e83ac08faf686893 (diff) |
Fix typos
Change-Id: Ic4fbc8e7220eb4641f67ef4f85d4853608a369f4
Reviewed-on: https://gerrit.libreoffice.org/24257
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/inc/accelerators/acceleratorcache.hxx | 2 | ||||
-rw-r--r-- | framework/source/inc/loadenv/loadenv.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/inc/accelerators/acceleratorcache.hxx b/framework/source/inc/accelerators/acceleratorcache.hxx index 2f59e4f73184..c5332b1ce436 100644 --- a/framework/source/inc/accelerators/acceleratorcache.hxx +++ b/framework/source/inc/accelerators/acceleratorcache.hxx @@ -36,7 +36,7 @@ namespace framework @short implements a cache for any accelerator configuration. @descr Its implemented threadsafe, supports copy-on-write pattern - and a flush mechansim to support concurrent access to the same + and a flush mechanism to support concurrent access to the same configuration. copy-on-write ... How? Do the following: diff --git a/framework/source/inc/loadenv/loadenv.hxx b/framework/source/inc/loadenv/loadenv.hxx index d8503eef37d2..b44f7ee63f6c 100644 --- a/framework/source/inc/loadenv/loadenv.hxx +++ b/framework/source/inc/loadenv/loadenv.hxx @@ -40,7 +40,7 @@ namespace framework { class QuietInteraction; -/** @short implements general mechainsm for loading documents. +/** @short implements general mechanism for loading documents. @descr An instance of this class can be used inside the API calls XComponentLoader::loadComponentFromURL() and |