diff options
author | Pavel Roskin <proski@gnu.org> | 2006-07-09 02:44:58 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-09 02:44:58 -0700 |
commit | 02853588a48eddbaa42b58764960394e416d68bf (patch) | |
tree | 46d8ed372b17b576f455f34a741ce0b84fa97cfe /Makefile | |
parent | 140245b3e2347aa37c4feead7c5f58df2d0b8833 (diff) | |
download | git-02853588a48eddbaa42b58764960394e416d68bf.tar.gz |
Typofix in Makefile comment.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. # |