diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-10-11 22:18:38 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-10-12 06:45:23 +0200 |
commit | 575ff25cc338a35821e9dcea2d77ad6e85aa1407 (patch) | |
tree | 8702070c5003908f331083f3b6c277d068a523df /extras | |
parent | 73911ed8d35294a9e15771d8aaa1e9121ef10309 (diff) |
Fix typo
Change-Id: I4d8dbdf6752ec06f1a7047a89776d719d15742b5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141240
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/CustomTarget_tplwizard.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/CustomTarget_tplwizard.mk b/extras/CustomTarget_tplwizard.mk index a44de417a436..5d73663ed423 100644 --- a/extras/CustomTarget_tplwizard.mk +++ b/extras/CustomTarget_tplwizard.mk @@ -10,7 +10,7 @@ $(eval $(call gb_CustomTarget_CustomTarget,extras/source/templates/wizard)) # mimetype, content.xml, settings.xml, styles.xml, META-INF/manifest.xml and -# Thumbnails/thumbnail.png files are automaticaly added for each template +# Thumbnails/thumbnail.png files are automatically added for each template # list of meta.xml files (one per template) + other files (manifest.rdf, pictures...) extras_WIZARD_XMLFILES := \ agenda/10grey/meta.xml \ |