connectivity/source/drivers/dbase/dindexnode.cxx           |    2 +-
 udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 81514d136ec5480faffc697cc057c2abd76799a5
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Wed Apr 10 16:29:47 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Thu Apr 11 08:55:50 2019 +0200

    Fix typos
    
    Change-Id: I1c3fccac03b5cc8acdd1d25dc5536f5874ff26ad
    Reviewed-on: https://gerrit.libreoffice.org/70575
    Tested-by: Jenkins
    Reviewed-by: himajin100000 <himajin100...@gmail.com>
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/connectivity/source/drivers/dbase/dindexnode.cxx 
b/connectivity/source/drivers/dbase/dindexnode.cxx
index 8b4fd49fb54d..be85e87096b4 100644
--- a/connectivity/source/drivers/dbase/dindexnode.cxx
+++ b/connectivity/source/drivers/dbase/dindexnode.cxx
@@ -459,7 +459,7 @@ ONDXNode ONDXPage::Split(ONDXPage& rPage)
         aResultNode = (*this)[(nCount + 1) / 2];
         nCount = (nCount + 1) / 2;
 
-        // new page points to page with extraced node
+        // new page points to page with extracted node
         rPage.SetChild(aResultNode.GetChild());
     }
     // node points to new page
diff --git a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl 
b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
index 0abc343ef2dd..9de3ae2faec3 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
@@ -43,7 +43,7 @@ struct NamedArgument
      */
     string Name;
 
-    /** The value of the argument whoose name is the one as contained in the
+    /** The value of the argument whose name is the one as contained in the
         member #Name.
      */
     any Value;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to