This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new 5a73bda8 Fix typo.
5a73bda8 is described below

commit 5a73bda85163d4ec20daff9c2c7a79a1b4560b5e
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 17 20:56:45 2026 +0000

    Fix typo.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 30e490d6..7aba21a5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,7 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
       <!-- FIX -->
       <action type="fix" dev="ggregory" due-to="Dominik Stadler, Gary 
Gregory">Improve test coverage #732.</action>
       <action type="fix" dev="ggregory" issue="TEXT-239" due-to="Dominik 
Stadler, Gary Gregory">TextStringBuilder.append(char[], int, int) uses wrong 
variable in exception message #735.</action>
-      <action type="fix" dev="ggregory" due-to="Omkhar Arasaratnam, Gary 
Gregory">StrBuilder.readFrom(Readable), exposes stale internal buffer to 
Readable parameter (#741).</action>
+      <action type="fix" dev="ggregory" due-to="Omkhar Arasaratnam, Gary 
Gregory">StrBuilder.readFrom(Readable) exposes stale internal buffer to 
Readable parameter (#741).</action>
       <!-- ADD -->
       <!-- UPDATE -->
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
org.apache.commons:commons-parent from 93 to 99.</action>

Reply via email to