diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-08-16 22:21:16 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-08-18 07:44:59 +0200 |
commit | 0501869949b65b27303a41fd235a6ec32a4c90a7 (patch) | |
tree | 9ec23a6845898d00fcd734496ec636d84b7de15c /sal | |
parent | 713c80b46053567977b53651ee057ce7d6f84bd3 (diff) |
Fix typos
Change-Id: I795059109e23800987cda6f04c58ab18c488ad07
Reviewed-on: https://gerrit.libreoffice.org/41242
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/file_path_helper.hxx | 2 | ||||
-rw-r--r-- | sal/textenc/tcvtlat1.tab | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/unx/file_path_helper.hxx b/sal/osl/unx/file_path_helper.hxx index d325e3b3baea..5639ce72563e 100644 --- a/sal/osl/unx/file_path_helper.hxx +++ b/sal/osl/unx/file_path_helper.hxx @@ -58,7 +58,7 @@ void SAL_CALL osl_systemPathEnsureSeparator(rtl_uString** ppustrPath); @param pustrPath [in] a system path - must not be NULL @retval sal_True the given path doesn't start with a separator - @retval sal_False the given path starts with a seperator + @retval sal_False the given path starts with a separator */ bool SAL_CALL osl_systemPathIsRelativePath( diff --git a/sal/textenc/tcvtlat1.tab b/sal/textenc/tcvtlat1.tab index d97a040268ed..4fa56e56ab00 100644 --- a/sal/textenc/tcvtlat1.tab +++ b/sal/textenc/tcvtlat1.tab @@ -1038,7 +1038,7 @@ static ImplTextEncodingData const aImplIBM865TextEncodingData /* ISO-8859-14 */ /* approximately like Latin1 */ -/* 1-byte, 0x00-0x7F ASCII without exception, 0x80-0x9F control caracter like in Unicode */ +/* 1-byte, 0x00-0x7F ASCII without exception, 0x80-0x9F control character like in Unicode */ /* Convert-Tables: mappings/iso8859/8859-14.txt from 07/27/99 Version 1.0 (based on Unicode 3.0) */ /* Last-Changes from us: */ @@ -1166,7 +1166,7 @@ static ImplTextEncodingData const aImplISO885914TextEncodingData /* ISO-8859-15 */ /* approximately like Latin1, but with Euro (former CURRENCY symbol to A4) */ -/* 1-byte, 0x00-0x7F ASCII without exception, 0x80-0x9F control caracter like in Unicode */ +/* 1-byte, 0x00-0x7F ASCII without exception, 0x80-0x9F control character like in Unicode */ /* Convert-Tables: mappings/iso8859/8859-15.txt from 07/27/99 Version 1.0 (based on Unicode 3.0) */ /* Last-Changes from us: */ |