From: Ben Peart Date: Tue, 18 Sep 2018 23:29:34 +0000 (+0000) Subject: t/README: correct spelling of "uncommon" X-Git-Tag: v2.20.0-rc0~162^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac6e12f9b7794999ba5c9db87b01215ef76e5f33;p=thirdparty%2Fgit.git t/README: correct spelling of "uncommon" Correct a spelling error in the documentation for GIT_TEST_OE_DELTA_SIZE. Signed-off-by: Ben Peart Signed-off-by: Junio C Hamano --- diff --git a/t/README b/t/README index 9028b47d92..56a417439c 100644 --- 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 bytes. -GIT_TEST_OE_DELTA_SIZE= exercises the uncomon pack-objects code +GIT_TEST_OE_DELTA_SIZE= exercises the uncommon pack-objects code path where deltas larger than this limit require extra memory allocation for bookkeeping.