Kaydet (Commit) 08c1acee authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typos

Change-Id: Iba6b13871222d591bce49d04990e7c85ff154cce
Reviewed-on: https://gerrit.libreoffice.org/38915Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 94020746
...@@ -170,7 +170,7 @@ public: ...@@ -170,7 +170,7 @@ public:
return (*this); 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 API* SAL_CALL getApi() const
{ {
return static_cast<API*>(m_pLoader->getApi()); return static_cast<API*>(m_pLoader->getApi());
......
...@@ -1149,7 +1149,7 @@ callback (gpointer pData) ...@@ -1149,7 +1149,7 @@ callback (gpointer pData)
LOKDocViewPrivate& priv = getPrivate(pDocView); LOKDocViewPrivate& priv = getPrivate(pDocView);
//callback registered before the widget was destroyed. //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) if (!priv->lokThreadPool)
{ {
delete pCallback; delete pCallback;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment