]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
Assorted typo fixes
[thirdparty/git.git] / Makefile
index 588d9255d3288d07089b284ef6467cd57449bce8..13f7c898e489db4b4ca2146d860a27049a831a53 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ all:
 # Define NO_ACCURATE_DIFF if your diff program at least sometimes misses
 # a missing newline at the end of the file.
 #
-# 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.
 #
 # Define COLLISION_CHECK below if you believe that SHA1's
 # 1461501637330902918203684832716283019655932542976 hashes do not give you
@@ -469,7 +469,7 @@ ifdef NO_ACCURATE_DIFF
        ALL_CFLAGS += -DNO_ACCURATE_DIFF
 endif
 
-# Shell quote (do not use $(call) to accomodate ancient setups);
+# Shell quote (do not use $(call) to accommodate ancient setups);
 
 SHA1_HEADER_SQ = $(subst ','\'',$(SHA1_HEADER))