[Xfce4-commits] <xfce4-dev-tools:master> Fix typo.
Nick Schermer
noreply at xfce.org
Sun Nov 21 14:00:01 CET 2010
Updating branch refs/heads/master
to 56cc7a69d75dd7d59d0170af16b5030189ccb1a0 (commit)
from e0952f10499edcf6822b54811cb515b560612969 (commit)
commit 56cc7a69d75dd7d59d0170af16b5030189ccb1a0
Author: Enrico Tröger <enrico.troeger at uvena.de>
Date: Sun Nov 21 13:03:00 2010 +0100
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 && \
More information about the Xfce4-commits
mailing list