summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2006-07-09 09:46:17 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-07-09 09:47:31 (GMT)
commit81d0e51e28607000712b92f5d7295ad07eb3ccb7 (patch)
treea221d00797313de2f59fb788aba531cf9e51a824
parentf671957206bb5e9cc6db630e74b57bd1ae1157a7 (diff)
downloadgit-81d0e51e28607000712b92f5d7295ad07eb3ccb7.zip
git-81d0e51e28607000712b92f5d7295ad07eb3ccb7.tar.gz
git-81d0e51e28607000712b92f5d7295ad07eb3ccb7.tar.bz2
Typofix in configure.ac comment.
[jc: copied from Makefile typofix in "master"] Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index acea6ce..2932d0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_PROG_CC
AC_CHECK_TOOL(AR, ar, :)
AC_CHECK_PROGS(TAR, [gtar tar])
#
-# Define NO_PYTHON if you want to loose all benefits of the recursive merge.
+# Define NO_PYTHON if you want to lose all benefits of the recursive merge.
## Checks for libraries.