connectivity/source/manager/mdrivermanager.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9466e895b319fc695cc326b37ee773e14b465c0a
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Tue Dec 21 14:09:32 2021 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Dec 21 16:07:23 2021 +0100

    Fix typos in mdrivermanager.cxx (connectivity)
    
    Change-Id: Ib5c115faf0dcff61be806b538c4f93bc16b9928b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127230
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/connectivity/source/manager/mdrivermanager.cxx 
b/connectivity/source/manager/mdrivermanager.cxx
index b30007667ec3..390b6da13e27 100644
--- a/connectivity/source/manager/mdrivermanager.cxx
+++ b/connectivity/source/manager/mdrivermanager.cxx
@@ -213,7 +213,7 @@ Any SAL_CALL ODriverEnumeration::nextElement(  )
 
     namespace {
 
-    /// an STL argorithm compatible predicate comparing two DriverAccess 
instances by their implementation names
+    /// an STL algorithm compatible predicate comparing two DriverAccess 
instances by their implementation names
     struct CompareDriverAccessByName
     {
 
@@ -223,7 +223,7 @@ Any SAL_CALL ODriverEnumeration::nextElement(  )
         }
     };
 
-    /// and STL argorithm compatible predicate comparing a DriverAccess' impl 
name to a string
+    /// and an STL algorithm compatible predicate comparing the impl name of a 
DriverAccess to a string
     struct EqualDriverAccessToName
     {
         OUString m_sImplName;

Reply via email to