summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-02 18:23:08 +0200
committerMichael Stahl <mstahl@redhat.com>2015-07-03 09:32:26 +0000
commit420923ba76ad84892fd242ed37be9d85e1ea03fe (patch)
tree838189ec6fe7fbe36419ea397f4a8de5a79aed72 /include/osl
parent918d3e30d7ff91387d9de55156a4c1364cc7b58c (diff)
Fix typos
Change-Id: Ie2bbe020fc6e3a4a4f913208c245f395849bb9ee Reviewed-on: https://gerrit.libreoffice.org/16708 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/process.h2
-rw-r--r--include/osl/security.h2
-rw-r--r--include/osl/security_decl.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/process.h b/include/osl/process.h
index 068ef0c69011..ca30046af06d 100644
--- a/include/osl/process.h
+++ b/include/osl/process.h
@@ -321,7 +321,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_joinProcessWithTimeout(
osl_Process_EXITCODE
osl_Process_CPUTIMES
osl_Process_HEAPUSAGE
- @param[out] pInfo a pointer to a vaid oslProcessInfo structure.
+ @param[out] pInfo a pointer to a valid oslProcessInfo structure.
the Size field has to be initialized with the size
of the oslProcessInfo structure.
on success the Field member holds the (or'ed)
diff --git a/include/osl/security.h b/include/osl/security.h
index a8c37795b451..ca1da8cb9fa6 100644
--- a/include/osl/security.h
+++ b/include/osl/security.h
@@ -71,7 +71,7 @@ SAL_DLLPUBLIC oslSecurityError SAL_CALL osl_loginUser(
/** Create a security handle for the denoted user.
Try to log in the user on the denoted file server. On success the homedir will be
- the maped drive on this server.
+ the mapped drive on this server.
@param[in] strUserName denotes the name of the user to logg in.
@param[in] strPasswd the password for this user.
@param[in] strFileServer denotes the file server on which the user is logged in.
diff --git a/include/osl/security_decl.hxx b/include/osl/security_decl.hxx
index 4e0ff268e5f2..6eb0a01da90e 100644
--- a/include/osl/security_decl.hxx
+++ b/include/osl/security_decl.hxx
@@ -92,7 +92,7 @@ public:
*/
inline bool SAL_CALL getConfigDir( rtl::OUString & strDirectory) const;
- /** Query if the user who is logged inhas administrator rights.
+ /** Query if the user who is logged in has administrator rights.
@return True, if the user has administrator rights, otherwise false.
*/
inline bool SAL_CALL isAdministrator() const;