compilerplugins/clang/useuniqueptr.cxx |    2 +-
 dbaccess/source/ui/dlg/dsselect.cxx    |    2 +-
 include/rtl/string.hxx                 |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 2985319ebd800b8da55383bccb4f21042a8394a4
Author: Andrea Gelmini <andrea.gelm...@gelma.net>
Date:   Mon May 14 16:17:19 2018 +0200

    Fix typos
    
    Change-Id: Ibe94c7379a9389a0506c33666bf2bfb033f96f08
    Reviewed-on: https://gerrit.libreoffice.org/54670
    Tested-by: Jenkins <c...@libreoffice.org>
    Reviewed-by: Jens Carl <j.car...@gmx.de>

diff --git a/compilerplugins/clang/useuniqueptr.cxx 
b/compilerplugins/clang/useuniqueptr.cxx
index 5a2ff10e0508..f09701c03ca6 100644
--- a/compilerplugins/clang/useuniqueptr.cxx
+++ b/compilerplugins/clang/useuniqueptr.cxx
@@ -45,7 +45,7 @@ public:
         // too clever
         if (fn == SRCDIR "/pyuno/source/module/pyuno_runtime.cxx")
             return;
-        // m_pExampleSet here is very badly manageed. sometimes it is owning, 
sometimes not,
+        // m_pExampleSet here is very badly managed. sometimes it is owning, 
sometimes not,
         // and the logic depends on overriding methods.
         if (fn == SRCDIR "/sfx2/source/dialog/tabdlg.cxx")
             return;
diff --git a/dbaccess/source/ui/dlg/dsselect.cxx 
b/dbaccess/source/ui/dlg/dsselect.cxx
index 5bdea50c7530..3c6485405282 100644
--- a/dbaccess/source/ui/dlg/dsselect.cxx
+++ b/dbaccess/source/ui/dlg/dsselect.cxx
@@ -56,7 +56,7 @@ ODatasourceSelectDialog::ODatasourceSelectDialog(vcl::Window* 
_pParent, const St
     get(m_pManageDatasources, "organize");
     m_pManageDatasources->Show();
 
-    // allow ODBC datasource managenment
+    // allow ODBC datasource management
     m_pManageDatasources->Show();
     m_pManageDatasources->Enable();
     
m_pManageDatasources->SetClickHdl(LINK(this,ODatasourceSelectDialog,ManageClickHdl));
diff --git a/include/rtl/string.hxx b/include/rtl/string.hxx
index de073293256a..24b57a91b025 100644
--- a/include/rtl/string.hxx
+++ b/include/rtl/string.hxx
@@ -71,7 +71,7 @@ namespace rtl
 /**
   This String class provide base functionality for C++ like 8-Bit
   character array handling. The advantage of this class is, that it
-  handle all the memory managament for you - and it do it
+  handle all the memory management for you - and it do it
   more efficient. If you assign a string to another string, the
   data of both strings are shared (without any copy operation or
   memory allocation) as long as you do not change the string. This class
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to