diff options
| author | luz paz <luzpaz@pm.me> | 2022-05-07 15:59:10 -0400 |
|---|---|---|
| committer | luz paz <luzpaz@pm.me> | 2022-05-07 15:59:10 -0400 |
| commit | dde3a8bd9229ff25ec8bc03c35d937f43233f48e (patch) | |
| tree | e4db57c467db566901d53881012f1ccfe3ca9d4a /test/fixtures/git_config | |
| parent | b3166ece31bfb29e89f6ed4bb9214bf1c03791df (diff) | |
| download | gitpython-dde3a8bd9229ff25ec8bc03c35d937f43233f48e.tar.gz | |
Fix various typos
Found via `codespell -q 3 -S ./git/ext/gitdb,./test/fixtures/reflog_master,./test/fixtures/diff_mode_only,./test/fixtures/reflog_HEAD`
Diffstat (limited to 'test/fixtures/git_config')
| -rw-r--r-- | test/fixtures/git_config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/git_config b/test/fixtures/git_config index b8c178e3..a8cad56e 100644 --- a/test/fixtures/git_config +++ b/test/fixtures/git_config @@ -28,7 +28,7 @@ [branch "mainline_performance"] remote = mainline merge = refs/heads/master -# section with value defined before include to be overriden +# section with value defined before include to be overridden [sec] var0 = value0_main [include] |
