summaryrefslogtreecommitdiff
path: root/include/rtl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-03-24 11:42:19 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-03-25 10:49:09 +0000
commit86781bcfc8f12df980af5c86c2f9e75067f02abc (patch)
tree0e6e989a3cea642bdcf1a6c246dbb28797797329 /include/rtl
parent1735654408f5bcc912f039a2f9263adb48edf9c1 (diff)
Fix typos
Change-Id: I998e9b2ad8ebdcc983239192cb61f6689e378ad9 Reviewed-on: https://gerrit.libreoffice.org/35633 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/rtl')
-rw-r--r--include/rtl/bootstrap.h2
-rw-r--r--include/rtl/byteseq.h4
-rw-r--r--include/rtl/locale.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/include/rtl/bootstrap.h b/include/rtl/bootstrap.h
index 3f75fe0412ef..76dfb1f5edc3 100644
--- a/include/rtl/bootstrap.h
+++ b/include/rtl/bootstrap.h
@@ -56,7 +56,7 @@ extern "C" {
without .bin or .exe suffix. The ini-filename can be
set by the special command line parameter
'-env:INIFILENAME=/absolute/path/to/inifile' at runtime or it may
- be set at compiletime by an API-call.<p>
+ be set at compile time by an API-call.<p>
5th level: URE_BOOTSTRAP ini-file. If the bootstrap variable URE_BOOTSTRAP
expands to the URL of an ini-file, that ini-file is searched.<p>
diff --git a/include/rtl/byteseq.h b/include/rtl/byteseq.h
index 14b8c8cd5ac2..d03d3f86d0bf 100644
--- a/include/rtl/byteseq.h
+++ b/include/rtl/byteseq.h
@@ -140,7 +140,7 @@ namespace rtl
enum __ByteSequence_NoDefault
{
- /** This enum value can be used to create a bytesequence with uninitalized data
+ /** This enum value can be used to create a bytesequence with uninitialized data
*/
BYTESEQ_NODEFAULT = 0xcafe
};
@@ -217,7 +217,7 @@ public:
inline ByteSequence( sal_Int32 len , enum __ByteSequence_NoDefault nodefault );
/** Constructor:
Creates a sequence from a C-Handle without acquiring the handle, thus taking
- over owenership. Eitherway the handle is release by the destructor.
+ over ownership. Eitherway the handle is released by the destructor.
This ctor is useful, when working with a c-interface (it safes a pair of
acquire and release call and is thus a performance optimization only).
diff --git a/include/rtl/locale.h b/include/rtl/locale.h
index 050e08656197..de73e9780f14 100644
--- a/include/rtl/locale.h
+++ b/include/rtl/locale.h
@@ -97,7 +97,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_locale_setDefault(
/**
Getter for programmatic name of field,
- a lowercased two-letter ISO 639-1 or three-letter ISO 639-3 code.
+ a lowercase two-letter ISO 639-1 or three-letter ISO 639-3 code.
@see getDisplayLanguage
*/
SAL_DLLPUBLIC rtl_uString * SAL_CALL rtl_locale_getLanguage( rtl_Locale * This );