summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-12-27 18:39:58 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-12-27 18:58:58 +0100
commit084d546858ef05c0c71c9fe6b3bca7961b62899e (patch)
tree5f44a1510cadabe4ac98cbd5f3916af4860f00c8 /sal
parent3b8007d4270c5453a65dabef984ed6c24a5a2b4a (diff)
Fix typo
Change-Id: Ibd3ece30c6cbb9582904adc5e329f54d41cff33b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85872 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/osl/security/osl_Security.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/qa/osl/security/osl_Security.cxx b/sal/qa/osl/security/osl_Security.cxx
index c7f2dd71bc01..f37187480205 100644
--- a/sal/qa/osl/security/osl_Security.cxx
+++ b/sal/qa/osl/security/osl_Security.cxx
@@ -445,7 +445,7 @@ void MyTestPlugInImpl::initialize( CPPUNIT_NS::TestFactoryRegistry *,
{
// LookupAccountNameW returned SID of a domain; likely the hostname is the same as
// username (case-insensitive): something like "JOHNSMITH\JohnSmith", so looking up
- // for "JohnSmith" without doman returns domain itself. Try getting the SID of the
+ // for "JohnSmith" without domain returns domain itself. Try getting the SID of the
// user using fully qualified name (the case of user of another domain having name
// identical this hostname is not handled).
sLookupUserName = o3tl::toU(wszDomainName) + OUStringLiteral("\\") + strUserName;