From 5050e9d9c188524bc601b54eade5924be9ae77ea Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 23 Jul 2018 22:15:58 +0200 Subject: Fix typos Change-Id: I07cf04cd2acc5b50d64224edb9f2c2de2c61e356 Reviewed-on: https://gerrit.libreoffice.org/57884 Reviewed-by: Julien Nabet Tested-by: Jenkins --- postprocess/CustomTarget_registry.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postprocess') diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index bc120e444939..5bb86845b423 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -584,7 +584,7 @@ $(call gb_CustomTarget_get_workdir,postprocess/registry)/Langpack-%.list : echo '$(call gb_XcuLangpackTarget_get_target,Langpack-$*.xcu)' > $@ # It can happen that localized fcfg_langpack_*.zip contains -# zero-sized org/openoffice/TypeDectection/Filter.xcu; filter them out in the +# zero-sized org/openoffice/TypeDetection/Filter.xcu; filter them out in the # find shell command below (see issue 110041): $(call gb_CustomTarget_get_workdir,postprocess/registry)/fcfg_langpack_%.list : $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),AWK,2) -- cgit