summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/file.h2
-rw-r--r--include/osl/file.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/osl/file.h b/include/osl/file.h
index 01b6288ea0be..63a032881adb 100644
--- a/include/osl/file.h
+++ b/include/osl/file.h
@@ -88,7 +88,7 @@ typedef enum {
osl_File_E_NOENT, /*!< no such file or directory */
osl_File_E_SRCH, /*!< no process matches the PID */
osl_File_E_INTR, /*!< function call was interrupted */
- osl_File_E_IO, /*!< I/O error occured */
+ osl_File_E_IO, /*!< I/O error occurred */
osl_File_E_NXIO, /*!< no such device or address */
osl_File_E_2BIG, /*!< argument list too long */
osl_File_E_NOEXEC, /*!< invalid executable file format */
diff --git a/include/osl/file.hxx b/include/osl/file.hxx
index 6f02301fcf3f..14c63e5cb657 100644
--- a/include/osl/file.hxx
+++ b/include/osl/file.hxx
@@ -58,7 +58,7 @@ public:
E_NOENT = osl_File_E_NOENT, ///< no such file or directory
E_SRCH = osl_File_E_SRCH, ///< no process matches the PID
E_INTR = osl_File_E_INTR, ///< function call was interrupted
- E_IO = osl_File_E_IO, ///< I/O error occured
+ E_IO = osl_File_E_IO, ///< I/O error occurred
E_NXIO = osl_File_E_NXIO, ///< no such device or address
E_2BIG = osl_File_E_2BIG, ///< argument list too long
E_NOEXEC = osl_File_E_NOEXEC, ///< invalid executable file format