From 1264480bc32e8dbadd654a0a014e8045c57d1ae4 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 15 Apr 2013 05:39:31 +0200 Subject: fdo#60724 correct spelling Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9 --- sal/inc/osl/security_decl.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sal/inc') diff --git a/sal/inc/osl/security_decl.hxx b/sal/inc/osl/security_decl.hxx index 5b8b17066d91..ba2f4195d769 100644 --- a/sal/inc/osl/security_decl.hxx +++ b/sal/inc/osl/security_decl.hxx @@ -70,25 +70,25 @@ public: /** get the ident of the logged in user. @param[out] strIdent is the OUString which returns the name - @return True, if any user is successfuly logged in, otherwise False + @return True, if any user is successfully logged in, otherwise False */ inline sal_Bool SAL_CALL getUserIdent( rtl::OUString& strIdent) const; /** get the name of the logged in user. @param[out] strName is the OUString which returns the name - @return True, if any user is successfuly logged in, otherwise False + @return True, if any user is successfully logged in, otherwise False */ inline sal_Bool SAL_CALL getUserName( rtl::OUString& strName) const; /** get the home directory of the logged in user. @param[out] strDirectory is the OUString which returns the directory name - @return True, if any user is successfuly logged in, otherwise False + @return True, if any user is successfully logged in, otherwise False */ inline sal_Bool SAL_CALL getHomeDir( rtl::OUString& strDirectory) const; /** get the directory for configuration data of the logged in user. @param[out] strDirectory is the OUString which returns the directory name - @return True, if any user is successfuly logged in, otherwise False + @return True, if any user is successfully logged in, otherwise False */ inline sal_Bool SAL_CALL getConfigDir( rtl::OUString & strDirectory) const; -- cgit