t/README: correct spelling of "uncommon"
authorBen Peart <benpeart@microsoft.com>
Tue, 18 Sep 2018 23:29:34 +0000 (23:29 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Sep 2018 17:39:03 +0000 (10:39 -0700)
Correct a spelling error in the documentation for GIT_TEST_OE_DELTA_SIZE.

Signed-off-by: Ben Peart <Ben.Peart@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/README
index 9028b47d923ca027a146da82060dae395d3f7999..56a417439c2575f616e7a9bb87177efefe9e6b52 100644 (file)
--- a/t/README
+++ b/t/README
@@ -315,7 +315,7 @@ packs on demand. This normally only happens when the object size is
 over 2GB. This variable forces the code path on any object larger than
 <n> bytes.
 
 over 2GB. This variable forces the code path on any object larger than
 <n> bytes.
 
-GIT_TEST_OE_DELTA_SIZE=<n> exercises the uncomon pack-objects code
+GIT_TEST_OE_DELTA_SIZE=<n> exercises the uncommon pack-objects code
 path where deltas larger than this limit require extra memory
 allocation for bookkeeping.
 
 path where deltas larger than this limit require extra memory
 allocation for bookkeeping.