refdb: fix typo and wording

This commit is contained in:
Carlos Martín Nieto 2014-04-26 14:29:18 +02:00
parent e79a2998cb
commit 4f9d54146d

View File

@ -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;