From 769561f4ff56af4295d543ac8b6a1c76dcfdb1bb Mon Sep 17 00:00:00 2001 From: Mike Massonnet Date: Thu, 11 Nov 2010 08:50:51 +0100 Subject: [PATCH] Fix typo s/automaticcaly/automatically --- 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.3.2