sal/qa/osl/security/osl_Security.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 084d546858ef05c0c71c9fe6b3bca7961b62899e
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Dec 27 18:39:58 2019 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Fri Dec 27 18:58:58 2019 +0100

    Fix typo
    
    Change-Id: Ibd3ece30c6cbb9582904adc5e329f54d41cff33b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85872
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to