diff options
| author | Andrew Kreimer <algonell@gmail.com> | 2024-10-24 14:47:20 +0300 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2024-10-24 12:45:53 -0400 |
| commit | f56f9d6c0b83399c0c95b7630b7e3d3d57b495f5 (patch) | |
| tree | c1723f82a36a89a212480f4740f59c17d2c33811 /t/t5324-split-commit-graph.sh | |
| parent | fd3785337beb285ed7fd67ce6fc3d3bed2097b40 (diff) | |
| download | git-f56f9d6c0b83399c0c95b7630b7e3d3d57b495f5.tar.gz | |
t: fix typos
Fix typos and grammar in documentation, comments, etc.
Via codespell.
Reported-by: Kristoffer Haugsbakk <kristofferhaugsbakk@fastmail.com>
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 't/t5324-split-commit-graph.sh')
| -rwxr-xr-x | t/t5324-split-commit-graph.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5324-split-commit-graph.sh b/t/t5324-split-commit-graph.sh index 77e91547ea..1193726daa 100755 --- a/t/t5324-split-commit-graph.sh +++ b/t/t5324-split-commit-graph.sh @@ -203,7 +203,7 @@ then graph_git_behavior 'alternate: commit 13 vs 6' commits/13 origin/commits/6 "fork" fi -test_expect_success 'test merge stragety constants' ' +test_expect_success 'test merge strategy constants' ' git clone . merge-2 && ( cd merge-2 && |
