From fbec6ac08999a36664571dc0b1eba3ba251a5984 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 4 Jan 2016 12:22:58 +0100 Subject: Fix typos Change-Id: I3fba2c76c83381eb398c80947ef4849bccf7ab27 Reviewed-on: https://gerrit.libreoffice.org/21078 Reviewed-by: Ashod Nakashian Tested-by: Ashod Nakashian --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 51a2e61f8252..3bfd09f4aebd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -206,7 +206,7 @@ get-submodules: ifneq ($(foreach i,$(GIT_NEEDED_SUBMODULES),$(i)/.git),$(wildcard $(foreach i,$(GIT_NEEDED_SUBMODULES),$(i)/.git))) cd $(SRCDIR) && ./g -f clone endif - @cd $(SRCDIR) && ./g -z # make sure the git hooks are in place enen if no submodules are needed + @cd $(SRCDIR) && ./g -z # make sure the git hooks are in place even if no submodules are needed else # these sources are from a tarball, so get the other source tarballs gb_LO_VER := $(shell . $(SRCDIR)/sources.ver && echo $$lo_sources_ver) -- cgit