extensions/source/macosx/common/OOoManifestParser.m |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 758ea7adf410af8a95976b5bb01c7b909a0b5590
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Jan 11 13:28:11 2025 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Jan 11 15:31:41 2025 +0100

    Fix typo
    
    Change-Id: Icfa717f28ea589161632d3cad978da4f4b105fdc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180117
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/extensions/source/macosx/common/OOoManifestParser.m 
b/extensions/source/macosx/common/OOoManifestParser.m
index cc2072d1a9f5..88e01b96d1ee 100644
--- a/extensions/source/macosx/common/OOoManifestParser.m
+++ b/extensions/source/macosx/common/OOoManifestParser.m
@@ -67,7 +67,7 @@
                 key = MEDIA_TYPE_PDF;
             }
             else if (![mediaType length]) {
-                // NeoOffice sometimes adds PDF thumbnails with an emopty mime 
type
+                // NeoOffice sometimes adds PDF thumbnails with an empty mime 
type
                 if ([path hasSuffix:@".pdf"])
                     key = MEDIA_TYPE_PDF;
                 // Just to be safe, add any PNG thumbnails

Reply via email to