summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEnrico Tröger <enrico.troeger@uvena.de>2010-11-21 13:03:00 +0100
committerNick Schermer <nick@xfce.org>2010-11-21 13:59:06 +0100
commit56cc7a69d75dd7d59d0170af16b5030189ccb1a0 (patch)
treef98e5db4bbc6b52b4f77811ca8bcca75a4079cee /scripts
parente0952f10499edcf6822b54811cb515b560612969 (diff)
downloadxfce4-dev-tools-56cc7a69d75dd7d59d0170af16b5030189ccb1a0.tar.gz
Fix typo.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/xdt-autogen.in.in2
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 && \