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>
Todd Zullinger committed
Apr 1, 2026 at 17:14 UTC
6cc95979c668d9b8c6081955989a4d9de3dd4ff0
1 file changed
+2
-2
Documentation/RelNotes/2.54.0.adoc
+2
-2
@@ -122,7 +122,7 @@ Performance, Internal Implementation, Development Support etc.
122
123
* Improve set-up time of a perf test.
124
125
- * ISO C23 redefines strchr and friends that tradiotionally took
125
+ * ISO C23 redefines strchr and friends that traditionally took
126
a const pointer and returned a non-const pointer derived from it to
127
preserve constness (i.e., if you ask for a substring in a const
128
string, you get a const pointer to the substring). Update code
@@ -221,7 +221,7 @@ Performance, Internal Implementation, Development Support etc.
221
many source files inside subdirectories unaffected, which has been
222
corrected.
223
224
- * The run_command() API lost its implicit dependencyon the singleton
224
+ * The run_command() API lost its implicit dependency on the singleton
225
`the_repository` instance.
226
227
* The unit test helper function was taught to use backslash +