[PATCH 1/3] git-verify-pack.txt: fix inconsistent spelling of "packfile"
From: Patrick Steinhardt <hidden>
Date: 2016-06-15 23:04:48
Signed-off-by: Patrick Steinhardt <redacted> --- Documentation/git-verify-pack.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-verify-pack.txt b/Documentation/git-verify-pack.txt
index 526ba7b..61ca6d0 100644
--- a/Documentation/git-verify-pack.txt
+++ b/Documentation/git-verify-pack.txt@@ -40,7 +40,7 @@ OUTPUT FORMAT ------------- When specifying the -v option the format used is: - SHA-1 type size size-in-pack-file offset-in-packfile + SHA-1 type size size-in-packfile offset-in-packfile for objects that are not deltified in the pack, and
--
2.4.0