Merge branch 'bm/repository-layout-typofix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2019 19:26:37 +0000 (12:26 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Sep 2019 19:26:37 +0000 (12:26 -0700)
Typofix.

* bm/repository-layout-typofix:
repository-layout.txt: correct pluralization of 'object'

Documentation/gitrepository-layout.txt
index 216b11ee88f4e9c5b10278e037f3b1c51173bc6d..d6388f10bbeb45caf9ccb1cf945161b70be625dc 100644 (file)
@@ -59,7 +59,7 @@ objects/[0-9a-f][0-9a-f]::
        here are often called 'unpacked' (or 'loose') objects.
 
 objects/pack::
-       Packs (files that store many object in compressed form,
+       Packs (files that store many objects in compressed form,
        along with index files to allow them to be randomly
        accessed) are found in this directory.