From: Pavel Roskin Date: Sun, 9 Jul 2006 09:46:17 +0000 (-0700) Subject: Typofix in configure.ac comment. X-Git-Tag: v1.4.2-rc3~36^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=81d0e51e28607000712b92f5d7295ad07eb3ccb7;p=git.git Typofix in configure.ac comment. [jc: copied from Makefile typofix in "master"] Signed-off-by: Junio C Hamano --- diff --git a/configure.ac b/configure.ac index acea6ce29..2932d0e76 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.