[Libreoffice-commits] core.git: include/salhelper libreofficekit/source
Andrea Gelmini
andrea.gelmini at gelma.net
Sun Jun 18 19:11:07 UTC 2017
include/salhelper/dynload.hxx | 2 +-
libreofficekit/source/gtk/lokdocview.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 08c1acee8083fb2dcc134786b59115a392cd92dd
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Sun Jun 18 13:39:05 2017 +0200
Fix typos
Change-Id: Iba6b13871222d591bce49d04990e7c85ff154cce
Reviewed-on: https://gerrit.libreoffice.org/38915
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/salhelper/dynload.hxx b/include/salhelper/dynload.hxx
index e310bdb361a0..071a83049771 100644
--- a/include/salhelper/dynload.hxx
+++ b/include/salhelper/dynload.hxx
@@ -170,7 +170,7 @@ public:
return (*this);
}
- /// returns a poiner to the initialized API function structure.
+ /// returns a pointer to the initialized API function structure.
API* SAL_CALL getApi() const
{
return static_cast<API*>(m_pLoader->getApi());
diff --git a/libreofficekit/source/gtk/lokdocview.cxx b/libreofficekit/source/gtk/lokdocview.cxx
index 0a81d3679b69..ca15aca4bfc7 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -1149,7 +1149,7 @@ callback (gpointer pData)
LOKDocViewPrivate& priv = getPrivate(pDocView);
//callback registered before the widget was destroyed.
- //Use existance of lokThreadPool as flag it was torn down
+ //Use existence of lokThreadPool as flag it was torn down
if (!priv->lokThreadPool)
{
delete pCallback;
More information about the Libreoffice-commits
mailing list