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-ognl.git
The following commit(s) were added to refs/heads/master by this push:
new b187ed5 Fix spelling
b187ed5 is described below
commit b187ed583a8793561bc91fa01a2229571fe45d68
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Oct 31 06:27:28 2023 -0400
Fix spelling
---
src/main/java/org/apache/commons/ognl/MemberAccess.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/ognl/MemberAccess.java
b/src/main/java/org/apache/commons/ognl/MemberAccess.java
index 22c139c..77e7350 100644
--- a/src/main/java/org/apache/commons/ognl/MemberAccess.java
+++ b/src/main/java/org/apache/commons/ognl/MemberAccess.java
@@ -24,7 +24,7 @@ import java.util.Map;
/**
* This interface provides a hook for preparing for accessing members of
objects. The Java2 version of this method can
- * allow access to otherwise inaccessable members, such as private fields.
+ * allow access to otherwise inaccessible members, such as private fields.
*/
public interface MemberAccess
{