diff options
-rw-r--r-- | src/refdb_fs.c | 2 |
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; |