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-logging.git
The following commit(s) were added to refs/heads/master by this push: new 9c50425 Javadoc: Fix spelling 9c50425 is described below commit 9c50425bfc164aee0b733d71da3ce74be67f1f46 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Oct 19 10:35:59 2023 -0400 Javadoc: Fix spelling --- src/main/java/org/apache/commons/logging/LogFactory.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/logging/LogFactory.java b/src/main/java/org/apache/commons/logging/LogFactory.java index 79943d9..0172741 100644 --- a/src/main/java/org/apache/commons/logging/LogFactory.java +++ b/src/main/java/org/apache/commons/logging/LogFactory.java @@ -1470,7 +1470,8 @@ public abstract class LogFactory { * <p> * The returned string is of form "className@hashCode", ie is the same as * the return value of the Object.toString() method, but works even when - * the specified object's class has overidden the toString method. + * the specified object's class has overridden the toString method. + * </p> * * @param o may be null. * @return a string of form className@hashCode, or "null" if param o is null.