aboutsummaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2026-04-01 17:14:36 -0400
committerJunio C Hamano <gitster@pobox.com>2026-04-01 21:15:26 -0700
commit6cc95979c668d9b8c6081955989a4d9de3dd4ff0 (patch)
tree4fa0fd237fc2cc176a1c7aeeefa0107fdb5088f6 /Documentation/RelNotes
parentcf2139f8e1680b076e115bc0b349e369b4b0ecc4 (diff)
downloadgit-6cc95979c668d9b8c6081955989a4d9de3dd4ff0.tar.xz
RelNotes: minor typo fixes in 2.54.0 draft
Signed-off-by: Todd Zullinger <tmz@pobox.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.54.0.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.54.0.adoc b/Documentation/RelNotes/2.54.0.adoc
index 85b15284f3..4ce30d9d5b 100644
--- a/Documentation/RelNotes/2.54.0.adoc
+++ b/Documentation/RelNotes/2.54.0.adoc
@@ -122,7 +122,7 @@ Performance, Internal Implementation, Development Support etc.
* Improve set-up time of a perf test.
- * ISO C23 redefines strchr and friends that tradiotionally took
+ * ISO C23 redefines strchr and friends that traditionally took
a const pointer and returned a non-const pointer derived from it to
preserve constness (i.e., if you ask for a substring in a const
string, you get a const pointer to the substring). Update code
@@ -221,7 +221,7 @@ Performance, Internal Implementation, Development Support etc.
many source files inside subdirectories unaffected, which has been
corrected.
- * The run_command() API lost its implicit dependencyon the singleton
+ * The run_command() API lost its implicit dependency on the singleton
`the_repository` instance.
* The unit test helper function was taught to use backslash +