From 74d67cffec4eea0a575869513158b050e42ec983 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Mar 2017 11:39:28 +0100 Subject: Fix typos Change-Id: I63ae7dbd7edf66aa5542f7d41f1bfd8ac04fc5e8 Reviewed-on: https://gerrit.libreoffice.org/35631 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- framework/source/inc/accelerators/acceleratorcache.hxx | 2 +- framework/source/inc/accelerators/presethandler.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/source/inc/accelerators') diff --git a/framework/source/inc/accelerators/acceleratorcache.hxx b/framework/source/inc/accelerators/acceleratorcache.hxx index c52da8462f0d..28302e849020 100644 --- a/framework/source/inc/accelerators/acceleratorcache.hxx +++ b/framework/source/inc/accelerators/acceleratorcache.hxx @@ -102,7 +102,7 @@ class AcceleratorCache the key, which should be checked. @return [bool] - sal_True if the speicfied key exists inside this container. + sal_True if the specified key exists inside this container. */ bool hasKey(const css::awt::KeyEvent& aKey) const; bool hasCommand(const OUString& sCommand) const; diff --git a/framework/source/inc/accelerators/presethandler.hxx b/framework/source/inc/accelerators/presethandler.hxx index 830b5dca781d..1fe4d407a78b 100644 --- a/framework/source/inc/accelerators/presethandler.hxx +++ b/framework/source/inc/accelerators/presethandler.hxx @@ -228,7 +228,7 @@ class PresetHandler in case this configuration supports localized entries, the current locale must be set. - Localzation will be represented as directory structure + Localization will be represented as directory structure of provided presets. Means: you call us with a preset name "default"; and we use e.g. "/en-US/default.xml" internally. -- cgit