mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 19:11:47 +00:00
refdb: fix typo and wording
This commit is contained in:
parent
e79a2998cb
commit
4f9d54146d
@ -930,7 +930,7 @@ static int should_write_reflog(int *write, git_repository *repo, const char *nam
|
||||
git_config *config;
|
||||
int error, logall, is_bare;
|
||||
|
||||
/* Defaults to the oppsite of being bare */
|
||||
/* Defaults to the opposite of the repo being bare */
|
||||
is_bare = git_repository_is_bare(repo);
|
||||
logall = !is_bare;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user