You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2023/02/13 21:21:07 UTC

[directory-ldap-api] branch master updated: Fixed some typoes

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

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new fe148229b Fixed some typoes
fe148229b is described below

commit fe148229bc42cffcc57792b4eccb2aac3d31833a
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Mon Feb 13 22:20:35 2023 +0100

    Fixed some typoes
---
 .../org/apache/directory/api/ldap/model/name/TooComplexDnException.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ldap/model/src/main/java/org/apache/directory/api/ldap/model/name/TooComplexDnException.java b/ldap/model/src/main/java/org/apache/directory/api/ldap/model/name/TooComplexDnException.java
index 51974af82..8e513ce0d 100644
--- a/ldap/model/src/main/java/org/apache/directory/api/ldap/model/name/TooComplexDnException.java
+++ b/ldap/model/src/main/java/org/apache/directory/api/ldap/model/name/TooComplexDnException.java
@@ -30,7 +30,7 @@ import org.apache.directory.api.ldap.model.exception.LdapInvalidDnException;
  */
 public class TooComplexDnException extends LdapInvalidDnException
 {
-    // The defualt serila version ID
+    // The default serial version ID
     private static final long serialVersionUID = 4854240181901296414L;
     
     /** An instance of this exception to avoid creation a new one every time we need it */