extras/CustomTarget_autocorr.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d18f03a503e173f158780eb3eafd849804948f17
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Thu Feb 10 17:57:18 2022 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Feb 15 20:06:33 2022 +0100

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

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 \

Reply via email to