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

rpopma pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-log4j-site.git

commit 60c6f7a6dff585211f16511aff4c4a4b7a9f6451
Author: Remko Popma <rem...@yahoo.com>
AuthorDate: Tue Dec 14 17:48:11 2021 +0900

    Fix typo: primative should be primitive
---
 log4j-2.16.0/manual/appenders.html     | 2 +-
 log4j-2.16.0/manual/configuration.html | 2 +-
 log4j-2.16.0/manual/lookups.html       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/log4j-2.16.0/manual/appenders.html 
b/log4j-2.16.0/manual/appenders.html
index a25c26e..7d95804 100644
--- a/log4j-2.16.0/manual/appenders.html
+++ b/log4j-2.16.0/manual/appenders.html
@@ -2408,7 +2408,7 @@ public class ConnectionFactory {
               
 <td>
                 A comma separated list of fully qualified class names that may 
be accessed by LDAP. The classes
-                must implement Serializable. Only applies when the JMS 
Appender By default only Java primative classes are allowed.
+                must implement Serializable. Only applies when the JMS 
Appender By default only Java primitive classes are allowed.
               </td>
             </tr>
             
diff --git a/log4j-2.16.0/manual/configuration.html 
b/log4j-2.16.0/manual/configuration.html
index 8576e66..5c5aec7 100644
--- a/log4j-2.16.0/manual/configuration.html
+++ b/log4j-2.16.0/manual/configuration.html
@@ -2699,7 +2699,7 @@ public class AwesomeTest {
     
 <td>
       System property that specifies fully qualified class names that may be 
accessed by LDAP. The classes
-      must implement Serializable. By default only Java primative classes are 
allowed.
+      must implement Serializable. By default only Java primitive classes are 
allowed.
     </td>
   </tr>
   
diff --git a/log4j-2.16.0/manual/lookups.html b/log4j-2.16.0/manual/lookups.html
index a053beb..81beb33 100644
--- a/log4j-2.16.0/manual/lookups.html
+++ b/log4j-2.16.0/manual/lookups.html
@@ -532,7 +532,7 @@
 <p>By default the JDNI Lookup only supports the java, ldap, and ldaps 
protocols or no protocol. Additional
             protocols may be supported by specifying them on the 
log4j2.allowedJndiProtocols property.
             When using LDAP Java classes that implement the Referenceable 
interface are not supported for security
-            reasons. Only the Java primative classes are supported by default 
as well as any classes specified by the
+            reasons. Only the Java primitive classes are supported by default 
as well as any classes specified by the
             log4j2.allowedLdapClasses property. When using LDAP only 
references to the local host name
             or ip address are supported along with any hosts or ip addresses 
listed in the
             log4j2.allowedLdapHosts property.</p>

Reply via email to