]> git.ipfire.org Git - thirdparty/git.git/blobdiff - templates/Makefile
Assorted typo fixes
[thirdparty/git.git] / templates / Makefile
index 9e1ae1a4e0322a37b494177474a964caf05ca4dd..0eeee43feb97ac79406d196c735e4027c4e9cdfd 100644 (file)
@@ -6,7 +6,7 @@ prefix ?= $(HOME)
 template_dir ?= $(prefix)/share/git-core/templates/
 # DESTDIR=
 
-# Shell quote (do not use $(call) to accomodate ancient setups);
+# Shell quote (do not use $(call) to accommodate ancient setups);
 DESTDIR_SQ = $(subst ','\'',$(DESTDIR))
 template_dir_SQ = $(subst ','\'',$(template_dir))