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/diff_p | |
| 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/diff_p')
| -rw-r--r-- | test/fixtures/diff_p | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/diff_p b/test/fixtures/diff_p index af4759e5..76242b58 100644 --- a/test/fixtures/diff_p +++ b/test/fixtures/diff_p @@ -397,7 +397,7 @@ index 1d5251d40fb65ac89184ec662a3e1b04d0c24861..98eeddda5ed2b0e215e21128112393bd self.git_dir = git_dir end -- # Converstion hash from Ruby style options to git command line +- # Conversion hash from Ruby style options to git command line - # style options - TRANSFORM = {:max_count => "--max-count=", - :skip => "--skip=", |
