summaryrefslogtreecommitdiff
path: root/include/rtl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /include/rtl
parentd61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff)
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'include/rtl')
-rw-r--r--include/rtl/bootstrap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rtl/bootstrap.h b/include/rtl/bootstrap.h
index 5360f797298d..3f75fe0412ef 100644
--- a/include/rtl/bootstrap.h
+++ b/include/rtl/bootstrap.h
@@ -32,7 +32,7 @@ extern "C" {
@file
The described concept provides a platform independent way to access
- minimum bootstrap settings for every application by excplitly or
+ minimum bootstrap settings for every application by explicitly or
implicitly passing the values to the application.<p>
MULTI-LEVEL STRATEGY FOR RETRIEVAL OF BOOTSTRAP VALUES :<p>
@@ -45,7 +45,7 @@ extern "C" {
2nd level: command line arguments. A "-env:SETTINGNAME=value" is given on
command line. This allows to give an application a certain setting, even
- if an ini-file exists (espicially useful for e.g. daemons that want to
+ if an ini-file exists (especially useful for e.g. daemons that want to
start an executable with dynamical changing settings).<p>
3rd level: environment variables. The application tries to get the
@@ -156,7 +156,7 @@ typedef void * rtlBootstrapHandle;
/**
Opens a bootstrap argument container.
@param pIniName [in] The name of the ini-file to use, if <code>NULL</code> defaults
- to the excutables name
+ to the executables name
@return Handle for a bootstrap argument
container
*/