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

ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


The following commit(s) were added to refs/heads/1.X by this push:
     new d5c06057 Javadoc: Fix spelling
d5c06057 is described below

commit d5c060572f8a734413b8b5865d15472400caa362
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Dec 8 14:09:49 2024 -0500

    Javadoc: Fix spelling
---
 src/main/java/org/apache/commons/beanutils/ConstructorUtils.java | 4 ++--
 src/main/java/org/apache/commons/beanutils/MethodUtils.java      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/commons/beanutils/ConstructorUtils.java 
b/src/main/java/org/apache/commons/beanutils/ConstructorUtils.java
index 9fcc18ab..04849911 100644
--- a/src/main/java/org/apache/commons/beanutils/ConstructorUtils.java
+++ b/src/main/java/org/apache/commons/beanutils/ConstructorUtils.java
@@ -32,7 +32,7 @@ import java.lang.reflect.Modifier;
  * <p><code>ConstructorUtils</code> contains a workaround for this situation.
  * It will attempt to call <code>setAccessible</code> on this constructor.
  * If this call succeeds, then the method can be invoked as normal.
- * This call will only succeed when the application has sufficient security 
privilages.
+ * This call will only succeed when the application has sufficient security 
privileges.
  * If this call fails then a warning will be logged and the method may 
fail.</p>
  */
 public class ConstructorUtils {
@@ -146,7 +146,7 @@ public class ConstructorUtils {
                 // modifer is public.
                 //
                 // The following workaround solves the problem but will only
-                // work from sufficiently privilages code.
+                // work from sufficiently privileges code.
                 //
                 // Better workarounds would be greatfully accepted.
                 //
diff --git a/src/main/java/org/apache/commons/beanutils/MethodUtils.java 
b/src/main/java/org/apache/commons/beanutils/MethodUtils.java
index f6ea9ced..e7e13493 100644
--- a/src/main/java/org/apache/commons/beanutils/MethodUtils.java
+++ b/src/main/java/org/apache/commons/beanutils/MethodUtils.java
@@ -42,7 +42,7 @@ import org.apache.commons.logging.LogFactory;
  * <p><code>MethodUtils</code> contains a workaround for this situation.
  * It will attempt to call <code>setAccessible</code> on this method.
  * If this call succeeds, then the method can be invoked as normal.
- * This call will only succeed when the application has sufficient security 
privilages.
+ * This call will only succeed when the application has sufficient security 
privileges.
  * If this call fails then a warning will be logged and the method may 
fail.</p>
  *
  */
@@ -1293,7 +1293,7 @@ public class MethodUtils {
             // modifer is public.
             //
             // The following workaround solves the problem but will only
-            // work from sufficiently privilages code.
+            // work from sufficiently privileges code.
             //
             // Better workarounds would be greatfully accepted.
             //

Reply via email to