aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2024-02-17 11:37:45 -0500
committerJunio C Hamano <gitster@pobox.com>2024-02-17 10:11:55 -0800
commitd44a018852eb877808acac49fa51ad6fe265dbc2 (patch)
tree3de69bfd1edc99a7adafcf11cb0387144815fcb6
parent3e0d3cd5c7def4808247caf168e17f2bbf47892b (diff)
downloadgit-d44a018852eb877808acac49fa51ad6fe265dbc2.tar.gz
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>
-rw-r--r--Documentation/RelNotes/2.44.0.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.44.0.txt b/Documentation/RelNotes/2.44.0.txt
index 7dd8d75844..7cee544eee 100644
--- a/Documentation/RelNotes/2.44.0.txt
+++ b/Documentation/RelNotes/2.44.0.txt
@@ -3,7 +3,7 @@ Git v2.44 Release Notes
Backward Compatibility Notes
- * "git chekcout -B <branch>" used to allow switching to a branch that
+ * "git checkout -B <branch>" used to allow switching to a branch that
is in use on another worktree, but this was by mistake. The users
need to use "--ignore-other-worktrees" option.
@@ -54,7 +54,7 @@ UI, Workflows & Features
gitweb behaved as if the file did not exist at all, but now it
errors out. This is a change that may break backward compatibility.
- * When $HOME/.gitignore is missing but XDG config file available, we
+ * When $HOME/.gitconfig is missing but XDG config file is available, we
should write into the latter, not former. "git gc" and "git
maintenance" wrote into a wrong "global config" file, which have
been corrected.