This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new b5dd1987 Fix typos #140 b5dd1987 is described below commit b5dd198762398e2f0b862552dfea2a8cb5b3f02e Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Fri Aug 26 08:50:32 2022 -0400 Fix typos #140 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e6a5f0e7..a92ff95a 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -86,6 +86,7 @@ The <action> type attribute can be add,update,fix,remove. <action issue="BCEL-337" type="fix" dev="ggregory" due-to="Mark Roberts, Gary Gregory">Several fixes to the verifier #117.</action> <action type="fix" dev="ggregory" due-to="Michael Ernst, Gary Gregory">Close resources #138.</action> <action type="fix" dev="ggregory" due-to="Alexander Kriegisch, Gary Gregory">Improve condy (constant dynamic) support #139.</action> + <action type="fix" dev="ggregory" due-to="Michael Ernst">Fix typos #140.</action> <!-- ADD --> <action type="fix" dev="ggregory">Add github/codeql-action.</action> <!-- UPDATES -->