summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2014-11-10 15:05:25 +0100
committerNoel Grandin <noelgrandin@gmail.com>2014-11-12 11:04:11 +0000
commitda40cac540e7d735edbe9069b3c8ec6af4530208 (patch)
treef2abda7281129e13f588c77b18780a7090c8405f /include/osl
parentbb437029c1e5331bcc3f8fb2fc87837142a52f33 (diff)
Fix common typos. No automatic tools. Handmade…
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/file.hxx4
-rw-r--r--include/osl/pipe_decl.hxx2
-rw-r--r--include/osl/process.h4
-rw-r--r--include/osl/socket.h2
-rw-r--r--include/osl/socket_decl.hxx4
5 files changed, 8 insertions, 8 deletions
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 630785432ad9..07773b826048 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -429,7 +429,7 @@ public:
/** Constructor.
@param nMask
- Set of flags decribing the demanded information.
+ Set of flags describing the demanded information.
*/
VolumeInfo( sal_uInt32 nMask )
@@ -678,7 +678,7 @@ public:
/** Constructor.
@param nMask
- Set of flags decribing the demanded information.
+ Set of flags describing the demanded information.
*/
FileStatus(sal_uInt32 nMask)
: _nMask(nMask)
diff --git a/include/osl/pipe_decl.hxx b/include/osl/pipe_decl.hxx
index 280916e5f107..0c0430ebb518 100644
--- a/include/osl/pipe_decl.hxx
+++ b/include/osl/pipe_decl.hxx
@@ -124,7 +124,7 @@ public:
inline oslPipeError SAL_CALL accept(StreamPipe& Connection);
- /** Delivers a constant decribing the last error for the pipe system.
+ /** Delivers a constant describing the last error for the pipe system.
@return ENONE if no error occurred, invalid_PipeError if
an unknown (unmapped) error occurred, otherwise an enum describing the
error.
diff --git a/include/osl/process.h b/include/osl/process.h
index 78a937bacfe9..205e6da1692c 100644
--- a/include/osl/process.h
+++ b/include/osl/process.h
@@ -290,7 +290,7 @@ SAL_DLLPUBLIC oslProcess SAL_CALL osl_getProcess(
oslProcessIdentifier Ident);
-/** Free the specified proces-handle.
+/** Free the specified process-handle.
@param Process [in]
*/
SAL_DLLPUBLIC void SAL_CALL osl_freeProcessHandle(
@@ -426,7 +426,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getProcessWorkingDir(
/** Get the locale the process is currently running in.
The unix implementation caches the value it returns, so if you have to change the locale
- your are running in, you will have to use osl_setProcessLocale therefor.
+ your are running in, you will have to use osl_setProcessLocale
@param ppLocale [out] a pointer that receives the currently selected locale structure
@see osl_setProcessLocale
diff --git a/include/osl/socket.h b/include/osl/socket.h
index f8ec7862b03d..dc958ef654b1 100644
--- a/include/osl/socket.h
+++ b/include/osl/socket.h
@@ -812,7 +812,7 @@ SAL_DLLPUBLIC oslSocketType SAL_CALL osl_getSocketType(
SAL_DLLPUBLIC void SAL_CALL osl_getLastSocketErrorDescription(
oslSocket Socket, rtl_uString **strError);
-/** returns a constant decribing the last error for the socket system.
+/** returns a constant describing the last error for the socket system.
@return <code>osl_Socket_E_NONE</code> if no error occurred,
<code>osl_invalid_SocketError</code> if an unknown (unmapped)
error occurred, otherwise an enum describing the error.
diff --git a/include/osl/socket_decl.hxx b/include/osl/socket_decl.hxx
index 08b505febff7..ae700c47453c 100644
--- a/include/osl/socket_decl.hxx
+++ b/include/osl/socket_decl.hxx
@@ -57,7 +57,7 @@ namespace osl
*/
inline SocketAddr(oslSocketAddr Addr);
- /** tcpip-specif constructor.
+ /** tcpip-specific constructor.
@param strAddrOrHostName strAddrOrHostName hostname or dotted ip-number of the network
interface, the socket shall be created on.
@param nPort tcp-ip port number
@@ -89,7 +89,7 @@ namespace osl
inline bool SAL_CALL setHostname( const ::rtl::OUString &sDottedIpOrHostname );
/** Returns the port number of the address.
- @return the port in host-byte order or or OSL_INVALID_PORT on errors.
+ @return the port in host-byte order or OSL_INVALID_PORT on errors.
*/
inline sal_Int32 SAL_CALL getPort() const;