summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/salhelper/dynload.hxx2
-rw-r--r--libreofficekit/source/gtk/lokdocview.cxx2
2 files changed, 2 insertions, 2 deletions
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;