Commit 4f9d54146d569fffb679386fd3057e571afacd1f

Carlos Martín Nieto 2014-04-26T14:29:18

refdb: fix typo and wording

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/refdb_fs.c b/src/refdb_fs.c
index 2550b7e..f9bd4ea 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;