]> git.ipfire.org Git - thirdparty/git.git/commitdiff
RelNotes: minor typo fixes in 2.54.0 draft
authorTodd Zullinger <tmz@pobox.com>
Wed, 1 Apr 2026 21:14:36 +0000 (17:14 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2026 04:15:26 +0000 (21:15 -0700)
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.54.0.adoc

index 85b15284f3b9586859527b284bf7f856636c5ad2..4ce30d9d5b1bcbdda309dcd3dff1c5c561993c4f 100644 (file)
@@ -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 +