summaryrefslogtreecommitdiff
path: root/include/osl/security.h
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-19 01:58:13 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-07-19 19:45:07 +0000
commit9f27e5b0e0df0fafbd9e3ba32a5b740d3ffba975 (patch)
tree7d6d8d0e5ca167afdd5530f6862e70669537d3e3 /include/osl/security.h
parent1721236b5b3fad5660495d638f7cdf6abfcb7a47 (diff)
Fix typos
Change-Id: I52cbaad71560d73f5e24f3de3cd62b00d678dd6c Reviewed-on: https://gerrit.libreoffice.org/17187 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include/osl/security.h')
-rw-r--r--include/osl/security.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osl/security.h b/include/osl/security.h
index ca1da8cb9fa6..2199f3abc6de 100644
--- a/include/osl/security.h
+++ b/include/osl/security.h
@@ -55,7 +55,7 @@ SAL_DLLPUBLIC oslSecurity SAL_CALL osl_getCurrentSecurity(void);
/** Deprecated API
Create a security handle for the denoted user.
Try to log in the user on the local system.
- @param[in] strUserName denotes the name of the user to logg in.
+ @param[in] strUserName denotes the name of the user to log in.
@param[in] strPasswd the password for this user.
@param[out] pSecurity returns the security handle if user could be logged in.
@return osl_Security_E_None if user could be logged in, otherwise an error-code.
@@ -72,7 +72,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 mapped drive on this server.
- @param[in] strUserName denotes the name of the user to logg in.
+ @param[in] strUserName denotes the name of the user to log in.
@param[in] strPasswd the password for this user.
@param[in] strFileServer denotes the file server on which the user is logged in.
@param[out] pSecurity returns the security handle if user could be logged in.