diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-02-10 17:57:18 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-02-15 20:06:33 +0100 |
commit | d18f03a503e173f158780eb3eafd849804948f17 (patch) | |
tree | 017cf199670ddb277bfb141910fed412f863ab23 /extras | |
parent | 2361b6215bb4d8002cc7bfb157e125ebea26b7a2 (diff) |
Fix typo
Change-Id: If0c567307fe169eda90bd3db81eb538b0c1d03e7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129795
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/CustomTarget_autocorr.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/CustomTarget_autocorr.mk b/extras/CustomTarget_autocorr.mk index 16e2658dd53d..949541f73dd4 100644 --- a/extras/CustomTarget_autocorr.mk +++ b/extras/CustomTarget_autocorr.mk @@ -258,10 +258,10 @@ $(call gb_CustomTarget_get_workdir,extras/source/autocorr)/%.xml : $(SRCDIR)/ext $(call gb_ExternalExecutable_get_command,xsltproc) --nonet -o $@ $(SRCDIR)/extras/util/compact.xsl $< $(call gb_Trace_EndRange,autocorr/$*.xml,XSL) -# secondexpansion necessry since the .dat are created with longlang form, while the other files +# secondexpansion necessary since the .dat are created with longlang form, while the other files # are created in the shortlang directory, and thus % cannot be used verbatim, the second expansion # allows the actual stem from the target to be used in the macro calls -# there's no reason for the different directories thouch, so a janitorial cleanup would be +# there's no reason for the different directories though, so a janitorial cleanup would be # TODO: get rid of the shortform:longform language names when assembling the autocorr files $(call gb_CustomTarget_get_workdir,extras/source/autocorr)/acor_%.dat : \ $$(addprefix \ |