From 20f23c1a2838f0dc3c8ff37bf90b9ebe1d278772 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Wed, 20 Apr 2016 17:46:54 +0200 Subject: Fix typos Change-Id: Ic4fbc8e7220eb4641f67ef4f85d4853608a369f4 Reviewed-on: https://gerrit.libreoffice.org/24257 Tested-by: Jenkins Reviewed-by: Eike Rathke Tested-by: Eike Rathke --- framework/source/inc/accelerators/acceleratorcache.hxx | 2 +- framework/source/inc/loadenv/loadenv.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/source') 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 -- cgit