From 4f9d54146d569fffb679386fd3057e571afacd1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Sat, 26 Apr 2014 14:29:18 +0200 Subject: refdb: fix typo and wording --- src/refdb_fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/refdb_fs.c b/src/refdb_fs.c index 2550b7e26..f9bd4eab5 100644 --- a/src/refdb_fs.c +++ b/src/refdb_fs.c @@ -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; -- cgit v1.2.1