diff options
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/conditn.hxx | 2 |
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. */ }; |