summaryrefslogtreecommitdiffstats
path: root/include/osl
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-06-12 12:30:15 +0200
committerMichael Stahl <mstahl@redhat.com>2017-06-12 13:47:06 +0200
commitd4d737d5616f1246e770c1a377fba9288e6ec7ea (patch)
tree7efc4068981ec046b41cee4af5467ae52a54f887 /include/osl
parenttdf#95883 Select Unprotected Cells in Calc (diff)
downloadcore-d4d737d5616f1246e770c1a377fba9288e6ec7ea.tar.gz
core-d4d737d5616f1246e770c1a377fba9288e6ec7ea.zip
Fix typos
Change-Id: Ib2ba32d48d3df16b0b20deea84416fe15a2d7176 Reviewed-on: https://gerrit.libreoffice.org/38650 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
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