Merge branch 'ak/typofix-builtins'

Typofix.

* ak/typofix-builtins:
  builtin: fix typos
This commit is contained in:
Junio C Hamano
2024-09-25 18:24:50 -07:00
4 changed files with 4 additions and 4 deletions

View File

@@ -1339,7 +1339,7 @@ static int update_shallow_ref(struct command *cmd, struct shallow_info *si)
}
/*
* NEEDSWORK: we should consolidate various implementions of "are we
* NEEDSWORK: we should consolidate various implementations of "are we
* on an unborn branch?" test into one, and make the unified one more
* robust. !get_sha1() based check used here and elsewhere would not
* allow us to tell an unborn branch from corrupt ref, for example.