extensions/source/macosx/quicklookthumbnail/ThumbnailProvider.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit b6d9da0e53bad06562536248280384f17671c1d4 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Sat Jan 11 13:26:24 2025 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Sat Jan 11 15:31:59 2025 +0100 Fix typos Change-Id: I6a4bd79a974a4408db19874625422731739fba70 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180113 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/extensions/source/macosx/quicklookthumbnail/ThumbnailProvider.m b/extensions/source/macosx/quicklookthumbnail/ThumbnailProvider.m index afb37800665a..d22e7878d711 100644 --- a/extensions/source/macosx/quicklookthumbnail/ThumbnailProvider.m +++ b/extensions/source/macosx/quicklookthumbnail/ThumbnailProvider.m @@ -33,7 +33,7 @@ [importer release]; if (image) { - // The handler() function appears to run the drwaing block asyncronously + // The handler() function appears to run the drawing block asynchronously // so retain the image and release it in the drawing block. [image retain]; NSSize imageSize = [image size];