This is an automated email from the ASF dual-hosted git repository.
rpopma pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new f448f03 [DOC] fix typo primative should be primitive
f448f03 is described below
commit f448f034b8ee1af0f14e8edf15438d233435a634
Author: rpopma <[email protected]>
AuthorDate: Tue Dec 14 17:46:34 2021 +0900
[DOC] fix typo primative should be primitive
---
src/site/xdoc/manual/appenders.xml | 2 +-
src/site/xdoc/manual/configuration.xml.vm | 2 +-
src/site/xdoc/manual/lookups.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/site/xdoc/manual/appenders.xml
b/src/site/xdoc/manual/appenders.xml
index f6fad02..bb2c628 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -1564,7 +1564,7 @@ public class ConnectionFactory {
<td>null</td>
<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>
<tr>
diff --git a/src/site/xdoc/manual/configuration.xml.vm
b/src/site/xdoc/manual/configuration.xml.vm
index 3499eee..25d539b 100644
--- a/src/site/xdoc/manual/configuration.xml.vm
+++ b/src/site/xdoc/manual/configuration.xml.vm
@@ -2162,7 +2162,7 @@ public class AwesomeTest {
<td> </td>
<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>
<tr>
diff --git a/src/site/xdoc/manual/lookups.xml b/src/site/xdoc/manual/lookups.xml
index e9a2e59..d541661 100644
--- a/src/site/xdoc/manual/lookups.xml
+++ b/src/site/xdoc/manual/lookups.xml
@@ -278,7 +278,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
<code>log4j2.allowedJndiProtocols</code> 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
<code>log4j2.allowedLdapClasses</code> 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
<code>log4j2.allowedLdapHosts</code> property.</p>