From a53ab5d6029ec8b5ade046754487453ea860e995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Sun, 21 Nov 2010 13:03:00 +0100 Subject: [PATCH] Fix typo. --- scripts/xdt-autogen.in.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/xdt-autogen.in.in b/scripts/xdt-autogen.in.in index bbfa626..5d68df5 100644 --- a/scripts/xdt-autogen.in.in +++ b/scripts/xdt-autogen.in.in @@ -225,7 +225,7 @@ if test -n "$XDT_AUTOGEN_CHECK_DOCS"; then # Check for git and needed files, if found, automatically # update the submodule if test -d .git -a -f .gitmodules; then - echo "xdt-autogen: Automaticcaly initializing the $XDT_AUTOGEN_CHECK_DOCS submodule." + echo "xdt-autogen: Automatically initializing the $XDT_AUTOGEN_CHECK_DOCS submodule." # Run git command to get the lastest docs revision res=0 && git submodule sync $XDT_AUTOGEN_CHECK_DOCS && \ -- 1.7.2.3