diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-11-01 07:34:13 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-11-01 12:52:55 +0100 |
commit | 2f9a6802793467823ce47a255591ff9e023a6dec (patch) | |
tree | 17f9bb0c81df628bc1255ed8ec6cdeec6bd3adc4 | |
parent | ee058521541da49e6d1d8a0e84cc42e9e801b518 (diff) |
Fix typo
Change-Id: I25685976a4cd4549ab6448bcba179d5c4e7185bf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158745
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sot/source/sdstor/ucbstorage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/source/sdstor/ucbstorage.cxx b/sot/source/sdstor/ucbstorage.cxx index fa203acc1178..fbfafe9727f9 100644 --- a/sot/source/sdstor/ucbstorage.cxx +++ b/sot/source/sdstor/ucbstorage.cxx @@ -777,7 +777,7 @@ void UCBStorageStream_Impl::ReadSourceWriteTemporary() sal_uInt64 UCBStorageStream_Impl::ReadSourceWriteTemporary(sal_uInt64 aLength) { - // read aLength bite from the source stream and copy them to the current + // read aLength byte from the source stream and copy them to the current // position of the temporary stream sal_uInt64 aResult = 0; |