diff options
author | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
---|---|---|
committer | Philipp Riemer <ruderphilipp@gmail.com> | 2013-05-06 20:07:23 +0200 |
commit | 2ce25faffd3ac3767aa52f8d7c71591d9043e3ad (patch) | |
tree | c43eb54c32924b919ad2ad7e653d0eaa47800d39 /include/osl | |
parent | 928d86d8a26af86d19b1c1cbcbb512494bf366dd (diff) |
fix typos (wich instead of which)
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/process.h | 4 | ||||
-rw-r--r-- | include/osl/security.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/process.h b/include/osl/process.h index 241f9a857552..d575f3cf867c 100644 --- a/include/osl/process.h +++ b/include/osl/process.h @@ -149,7 +149,7 @@ typedef void* oslProcess; [in] The number of environment variables to set. @param pProcess - [out] Pointer to a oslProcess variable, wich receives the handle of the newly created process. + [out] Pointer to a oslProcess variable, which receives the handle of the newly created process. This parameter must not be NULL. @return @@ -219,7 +219,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_executeProcess( [in] The number of environment variables to set. @param pProcess - [out] Pointer to a oslProcess variable, wich receives the handle of the newly created process. + [out] Pointer to a oslProcess variable, which receives the handle of the newly created process. This parameter must not be NULL. @param pChildInputWrite diff --git a/include/osl/security.h b/include/osl/security.h index b24625761731..b1376a2ed2a1 100644 --- a/include/osl/security.h +++ b/include/osl/security.h @@ -74,7 +74,7 @@ SAL_DLLPUBLIC oslSecurityError SAL_CALL osl_loginUser( the maped 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 wich the user is logged in. + @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. @return osl_Security_E_None if user could be logged in, otherwise an error-code. @see osl_freeSecurityHandle |