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/file.h | |
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/file.h')
-rw-r--r-- | include/osl/file.h | 4 |
1 files changed, 2 insertions, 2 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 |