summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-04 12:22:58 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-05 13:40:54 +0000
commitfbec6ac08999a36664571dc0b1eba3ba251a5984 (patch)
tree730c79e0fb60c9df6524fbb73ff13cc51320ef6c /Makefile.in
parent1efc41a87e2b9491b2a7471b1154a4d586a21c37 (diff)
Fix typos
Change-Id: I3fba2c76c83381eb398c80947ef4849bccf7ab27 Reviewed-on: https://gerrit.libreoffice.org/21078 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)