Skip to content

Commit d44a018

Browse files
tmzullingergitster
authored andcommitted
RelNotes: minor typo fixes in 2.44.0 draft
Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 3e0d3cd commit d44a018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/RelNotes/2.44.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Git v2.44 Release Notes
33

44
Backward Compatibility Notes
55

6-
* "git chekcout -B <branch>" used to allow switching to a branch that
6+
* "git checkout -B <branch>" used to allow switching to a branch that
77
is in use on another worktree, but this was by mistake. The users
88
need to use "--ignore-other-worktrees" option.
99

@@ -54,7 +54,7 @@ UI, Workflows & Features
5454
gitweb behaved as if the file did not exist at all, but now it
5555
errors out. This is a change that may break backward compatibility.
5656

57-
* When $HOME/.gitignore is missing but XDG config file available, we
57+
* When $HOME/.gitconfig is missing but XDG config file is available, we
5858
should write into the latter, not former. "git gc" and "git
5959
maintenance" wrote into a wrong "global config" file, which have
6060
been corrected.

0 commit comments

Comments
 (0)