diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-08-24 15:24:04 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-08-24 16:53:10 +0200 |
commit | 081d3a1b6702dc9a14c9df220424a25095d8d83a (patch) | |
tree | 381c903ddcf21da8f2c471c1eef4f87f1f905dfa /include/osl | |
parent | 9fe881410909c5273cef517433411bc4eceee294 (diff) |
Fix typos
Change-Id: I9385704bea54ff504457f7ac1ec39ed98cfdaf97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101276
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/osl')
-rw-r--r-- | include/osl/file.h | 4 | ||||
-rw-r--r-- | include/osl/file.hxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/osl/file.h b/include/osl/file.h index c57a1226dc69..4ea9df8d62ef 100644 --- a/include/osl/file.h +++ b/include/osl/file.h @@ -981,7 +981,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_isEndOfFile( @retval osl_File_E_BADF bad file @retval osl_File_E_FAULT bad address @retval osl_File_E_INTR function call was interrupted - @retval osl_File_E_IO on I/O errosr + @retval osl_File_E_IO on I/O errors @retval osl_File_E_NOLCK no record locks available @retval osl_File_E_NOLINK link has been severed @retval osl_File_E_NOSPC no space left on device @@ -1060,7 +1060,7 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_readFileAt( @retval osl_File_E_BADF bad file @retval osl_File_E_FAULT bad address @retval osl_File_E_INTR function call was interrupted - @retval osl_File_E_IO on I/O errosr + @retval osl_File_E_IO on I/O errors @retval osl_File_E_NOLCK no record locks available @retval osl_File_E_NOLINK link has been severed @retval osl_File_E_NOSPC no space left on device diff --git a/include/osl/file.hxx b/include/osl/file.hxx index 8a677e505408..21e872d2d681 100644 --- a/include/osl/file.hxx +++ b/include/osl/file.hxx @@ -1170,7 +1170,7 @@ public: @retval E_BADF bad file @retval E_FAULT bad address @retval E_INTR function call was interrupted - @retval E_IO on I/O errosr + @retval E_IO on I/O errors @retval E_NOLCK no record locks available @retval E_NOLINK link has been severed @retval E_NOSPC no space left on device |