summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:10:29 +0200
commit435f5e30c968ffd5761873f8b3f756949545ce72 (patch)
treeb7f1623723f23d141d7b6b0cada5d28523d53fdf /sal
parent60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (diff)
fdo#60724 correct spelling
Change-Id: I7318a9f4f3410edf4dbe67bf08f31682fcb4edc7
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/nlsupport.c2
-rw-r--r--sal/osl/unx/socket.c2
-rw-r--r--sal/osl/w32/dllentry.c2
-rw-r--r--sal/systools/win32/uwinapi/sntprintf.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/sal/osl/unx/nlsupport.c b/sal/osl/unx/nlsupport.c
index 60e21b8e8aa1..ff5216a1f7c0 100644
--- a/sal/osl/unx/nlsupport.c
+++ b/sal/osl/unx/nlsupport.c
@@ -249,7 +249,7 @@ static rtl_Locale * _parse_locale( const char * locale )
* _nl_language_list[] is an array list of supported encodings. Because
* we are using a binary search, the list has to be in ascending order.
* We are comparing the encodings case insensitiv, so the list has
- * to be completly upper- , or lowercase.
+ * to be completely upper- , or lowercase.
*/
#if defined(SOLARIS)
diff --git a/sal/osl/unx/socket.c b/sal/osl/unx/socket.c
index 3ed3dc86f212..d2e928dec7af 100644
--- a/sal/osl/unx/socket.c
+++ b/sal/osl/unx/socket.c
@@ -762,7 +762,7 @@ oslSocketResult SAL_CALL osl_getAddrOfSocketAddr( oslSocketAddr pAddr, sal_Seque
/** try to figure out a full-qualified hostname, by adding the current domain
as given by the domainname program to the given hostname.
- This function MUST NOT call gethostbyname since pHostName allready points
+ This function MUST NOT call gethostbyname since pHostName already points
to data returned by gethostname and would be garbled: use gethostname_r
instead!
*/
diff --git a/sal/osl/w32/dllentry.c b/sal/osl/w32/dllentry.c
index 5890ed761b98..407135683430 100644
--- a/sal/osl/w32/dllentry.c
+++ b/sal/osl/w32/dllentry.c
@@ -203,7 +203,7 @@ void do_cleanup( void )
ntdll is on the stack. No chance to find the reason for the
corrupted heap if so.
- So annoying the user with a crash report is completly useless.
+ So annoying the user with a crash report is completely useless.
*/
diff --git a/sal/systools/win32/uwinapi/sntprintf.c b/sal/systools/win32/uwinapi/sntprintf.c
index 12eaee9f252d..70980305c4ae 100644
--- a/sal/systools/win32/uwinapi/sntprintf.c
+++ b/sal/systools/win32/uwinapi/sntprintf.c
@@ -62,7 +62,7 @@ static int __cdecl _vsctprintf( const _TXCHAR *format, va_list ap )
/* This function retrieves the pointer to the last character of a buffer.
That is the pointer to the last character of the buffer that fits
- completly into that buffer or the position of the terminating zero.
+ completely into that buffer or the position of the terminating zero.
buffer Pointer to a _TXCHAR buffer to be examined
count size of the buffer to be examined