From: Pavel Roskin Date: Sun, 9 Jul 2006 09:44:58 +0000 (-0700) Subject: Typofix in Makefile comment. X-Git-Tag: v1.4.2-rc1~59^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=02853588a48eddbaa42b58764960394e416d68bf;p=git.git Typofix in Makefile comment. Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index cb83ebaf8..b9869c463 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ all: # Define NO_SYMLINK_HEAD if you never want .git/HEAD to be a symbolic link. # Enable it on Windows. By default, symrefs are still used. # -# Define NO_SVN_TESTS if you want to skip time-consuming SVN interopability +# Define NO_SVN_TESTS if you want to skip time-consuming SVN interoperability # tests. These tests take up a significant amount of the total test time # but are not needed unless you plan to talk to SVN repos. #