summaryrefslogtreecommitdiff
path: root/include/osl
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/osl
parent5482ee62a51f213eed49becff0a07640c030df7e (diff)
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/osl')
-rw-r--r--include/osl/conditn.hxx2
1 files changed, 1 insertions, 1 deletions
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. */
};