From 96a9b38db5fd9c21bffe4274fa7d5083d4bc2ee9 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 18 Mar 2017 19:26:14 +0100 Subject: Typo: sucess->success + "adminsitrator" fix Change-Id: I42fdb0a60b987af92e0433e7ff0e5754bc1da748 Reviewed-on: https://gerrit.libreoffice.org/35412 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/osl/security.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit