sot/source/sdstor/ucbstorage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2f9a6802793467823ce47a255591ff9e023a6dec Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Nov 1 07:34:13 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Nov 1 12:52:55 2023 +0100 Fix typo Change-Id: I25685976a4cd4549ab6448bcba179d5c4e7185bf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158745 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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;