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 35884393 Javadoc typo
35884393 is described below

commit 35884393c33265b370b374199e6f8fd2b2c7cc11
Author: Gary David Gregory (Code signing key) <ggreg...@apache.org>
AuthorDate: Tue Oct 18 11:26:27 2022 -0400

    Javadoc typo
---
 src/examples/Mini/ParseException.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/examples/Mini/ParseException.java 
b/src/examples/Mini/ParseException.java
index 321f19bb..e059212c 100644
--- a/src/examples/Mini/ParseException.java
+++ b/src/examples/Mini/ParseException.java
@@ -35,7 +35,7 @@ public class ParseException extends Exception {
 
     /**
      * This is the last token that has been consumed successfully. If this 
object has been created due to a parse error, the
-     * token followng this token will (therefore) be the first error token.
+     * token following this token will (therefore) be the first error token.
      */
     public Token currentToken;
 

Reply via email to