bridges/source/cpp_uno/gcc3_linux_mips64/call.s            |    2 +-
 dbaccess/source/ui/browser/genericcontroller.cxx           |    4 ++--
 dbaccess/source/ui/browser/unodatbr.cxx                    |    4 ++--
 drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit d44a5250a4996bcfb2c66b8510f8a01a5888dd9f
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue Aug 18 14:58:32 2020 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Aug 18 20:05:00 2020 +0200

    Fix typos
    
    Change-Id: I9d55e4478d8cf3047b4ccac88e06fdc87e68e6ca
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100871
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Jenkins

diff --git a/bridges/source/cpp_uno/gcc3_linux_mips64/call.s 
b/bridges/source/cpp_uno/gcc3_linux_mips64/call.s
index 8f73a0557eb1..eb83eef46365 100644
--- a/bridges/source/cpp_uno/gcc3_linux_mips64/call.s
+++ b/bridges/source/cpp_uno/gcc3_linux_mips64/call.s
@@ -49,7 +49,7 @@ privateSnippetExecutor:
         sd     $a5,56($sp)
         sd     $a6,64($sp)
         sd     $a7,72($sp)
-        // Load arguemtns
+        // Load arguments
         // a0=index
         move   $a0,$v0
         // a1=offset
diff --git a/dbaccess/source/ui/browser/genericcontroller.cxx 
b/dbaccess/source/ui/browser/genericcontroller.cxx
index a53ade551795..4c12a3ae7b51 100644
--- a/dbaccess/source/ui/browser/genericcontroller.cxx
+++ b/dbaccess/source/ui/browser/genericcontroller.cxx
@@ -872,7 +872,7 @@ sal_Bool SAL_CALL 
OGenericUnoController::supportsService(const OUString& Service
 
 void OGenericUnoController::startConnectionListening(const Reference< 
XConnection >& _rxConnection)
 {
-    // we have to remove ourself before dispoing the connection
+    // we have to remove ourself before disposing the connection
     Reference< XComponent >  xComponent(_rxConnection, UNO_QUERY);
     if (xComponent.is())
         xComponent->addEventListener(static_cast<XFrameActionListener*>(this));
@@ -880,7 +880,7 @@ void OGenericUnoController::startConnectionListening(const 
Reference< XConnectio
 
 void OGenericUnoController::stopConnectionListening(const Reference< 
XConnection >& _rxConnection)
 {
-    // we have to remove ourself before dispoing the connection
+    // we have to remove ourself before disposing the connection
     Reference< XComponent >  xComponent(_rxConnection, UNO_QUERY);
     if (xComponent.is())
         
xComponent->removeEventListener(static_cast<XFrameActionListener*>(this));
diff --git a/dbaccess/source/ui/browser/unodatbr.cxx 
b/dbaccess/source/ui/browser/unodatbr.cxx
index 2d448bbcf1a0..46ea151072a4 100644
--- a/dbaccess/source/ui/browser/unodatbr.cxx
+++ b/dbaccess/source/ui/browser/unodatbr.cxx
@@ -240,7 +240,7 @@ void SAL_CALL SbaTableQueryBrowser::disposing()
 
     if (getBrowserView())
     {
-        // Need to do some cleaup of the data pointed to the tree view entries 
before we remove the treeview
+        // Need to do some cleanup of the data pointed to the tree view 
entries before we remove the treeview
         clearTreeModel();
         m_pTreeView = nullptr;
         getBrowserView()->setTreeView(nullptr);
@@ -3389,7 +3389,7 @@ int SbaTableQueryBrowser::OnTreeEntryCompare(const 
weld::TreeIter& rLHS, const w
     // we want the table entry and the end so we have to do a check
     if (isContainer(rRHS))
     {
-        // don't use getEntryType (directly or indirecly) for the LHS:
+        // don't use getEntryType (directly or indirectly) for the LHS:
         // LHS is currently being inserted, so it is not "completely valid" at 
the moment
 
         const EntryType eRight = getEntryType(rRHS);
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx 
b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
index 73fb76012889..d20efe5eb01f 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -681,7 +681,7 @@ VclMetafileProcessor2D::~VclMetafileProcessor2D()
     Only used in goodies\source\filter.vcl\ieps\ieps.cxx and 
svx\source\xml\xmlgrhlp.cxx to
     hold the original EPS which was imported in the same MetaFile as first 2 
entries. Only
     used to export the original again (if exists).
-    Not necessary to support with MetaFuleRenderer.
+    Not necessary to support with MetaFileRenderer.
 
     XTEXT_SCROLLRECT, XTEXT_PAINTRECT
     Currently used to get extra MetaFile infos using GraphicExporter which 
again uses
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to