Commit 4f9d5414 by Carlos Martín Nieto

refdb: fix typo and wording

parent e79a2998
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment