summaryrefslogtreecommitdiff
path: root/sal/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:39:31 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:39:31 +0200
commit1264480bc32e8dbadd654a0a014e8045c57d1ae4 (patch)
tree42f9cfaad6d58e4faaa0d6d91d0840b737edbdbf /sal/inc
parent70e4329d0479305f16158a63878f335ee9232a5e (diff)
fdo#60724 correct spelling
Change-Id: I3d978cb657647b4a4e9709258c6a6a4ac1d339a9
Diffstat (limited to 'sal/inc')
-rw-r--r--sal/inc/osl/security_decl.hxx8
1 files changed, 4 insertions, 4 deletions
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;