diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2017-03-18 19:26:14 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-18 22:18:09 +0000 |
commit | 96a9b38db5fd9c21bffe4274fa7d5083d4bc2ee9 (patch) | |
tree | 5fe83c14b342f351a5c89dbd8ac289d6755891de /include | |
parent | d1f3219e773f854c33b39a1fa1622def3282d8d6 (diff) |
Typo: sucess->success + "adminsitrator" fix
Change-Id: I42fdb0a60b987af92e0433e7ff0e5754bc1da748
Reviewed-on: https://gerrit.libreoffice.org/35412
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/osl/security.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osl/security.h b/include/osl/security.h index deefb5894047..03acf0a51755 100644 --- a/include/osl/security.h +++ b/include/osl/security.h @@ -90,7 +90,7 @@ SAL_DLLPUBLIC oslSecurityError SAL_CALL osl_loginUserOnFileServer( /** Query if the user who is denotes by this security has administrator rights. @param[in] Security the security handle for th user. - @return True, if the user has adminsitrator rights, otherwise false. + @return True, if the user has administrator rights, otherwise false. */ SAL_DLLPUBLIC sal_Bool SAL_CALL osl_isAdministrator( oslSecurity Security); |