[Libreoffice-commits] core.git: sal/qa

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Dec 27 17:59:32 UTC 2019


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

New commits:
commit 084d546858ef05c0c71c9fe6b3bca7961b62899e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Dec 27 18:39:58 2019 +0100
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at 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;


More information about the Libreoffice-commits mailing list