Hi,
Ben Peart wrote:
> Subject: correct typo/spelling error in t/README
nit: what is the difference between a typo/spelling error and another
kind of spelling error? Maybe this could be something like
t/README: correct spelling of "uncommon"
which makes it crystal clear what the patch will do.
> Correct a spelling error in the documentation for GIT_TEST_OE_DELTA_SIZE
The commit message should consist of complete sentences, so this is
missing a period. Alternatively, I think it would be fine to omit the
sentence altogether.
> Signed-off-by: Ben Peart <[email protected]>
> ---
> t/README | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
This appears to be the only usage of uncomon in the code base. Thanks
for fixing it.
With or without the commit message tweaks mentioned above,
Reviewed-by: Jonathan Nieder <[email protected]>
Thanks.