summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-06-01 10:42:42 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-06-01 10:51:01 +0200
commit1d857ca26f60449ef325acd0aac40c11dded128e (patch)
treedb73aff6a9f8c74c7fa96078e3643b37bf51aefe /include
parentFix typos (diff)
downloadcore-1d857ca26f60449ef325acd0aac40c11dded128e.tar.gz
core-1d857ca26f60449ef325acd0aac40c11dded128e.zip
Fix typos
Change-Id: I3cd50e374c45bc1c400b24c8fffd6d8f5cd1de56 Reviewed-on: https://gerrit.libreoffice.org/38208 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/LibreOfficeKit/LibreOfficeKitInit.h2
-rw-r--r--include/osl/conditn.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/LibreOfficeKit/LibreOfficeKitInit.h b/include/LibreOfficeKit/LibreOfficeKitInit.h
index 8206d91f03f3..0c8e718d7208 100644
--- a/include/LibreOfficeKit/LibreOfficeKitInit.h
+++ b/include/LibreOfficeKit/LibreOfficeKitInit.h
@@ -61,7 +61,7 @@ extern "C"
{
(void)pPath;
}
-#endif // TARGERT_OS_IPHONE
+#endif // TARGET_OS_IPHONE
static void *lok_dlsym(void *Hnd, const char *pName)
{
diff --git a/include/osl/conditn.hxx b/include/osl/conditn.hxx
index ffc7cc6b5c82..43a1d07cb157 100644
--- a/include/osl/conditn.hxx
+++ b/include/osl/conditn.hxx
@@ -56,7 +56,7 @@ namespace osl
public:
enum Result
{
- result_ok = osl_cond_result_ok, /*!< Succesful completion. */
+ result_ok = osl_cond_result_ok, /*!< Successful completion. */
result_error = osl_cond_result_error, /*!< Error occurred. @see osl_getLastSocketError() */
result_timeout = osl_cond_result_timeout /*!< Blocking operation timed out. */
};