summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-04-26 14:29:18 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2014-04-26 14:29:18 +0200
commit4f9d54146d569fffb679386fd3057e571afacd1f (patch)
tree63d00c07b02fb3f2fda271115fba7791ae1e96f5
parente79a2998cbff456264ed24e6dd46e07143567fe9 (diff)
downloadlibgit2-4f9d54146d569fffb679386fd3057e571afacd1f.tar.gz
refdb: fix typo and wording
-rw-r--r--src/refdb_fs.c2
1 files changed, 1 insertions, 1 deletions
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;