Fixed a typo
diff --git a/ldap/model/src/main/java/org/apache/directory/api/ldap/model/entry/Value.java b/ldap/model/src/main/java/org/apache/directory/api/ldap/model/entry/Value.java
index 78c5735..f8f0078 100644
--- a/ldap/model/src/main/java/org/apache/directory/api/ldap/model/entry/Value.java
+++ b/ldap/model/src/main/java/org/apache/directory/api/ldap/model/entry/Value.java
@@ -387,7 +387,7 @@
             }
         }
             
-        // We have to copy the byte[], they are just referenced by suoer.clone()
+        // We have to copy the byte[], they are just referenced by super.clone()
         if ( value.bytes != null )
         {
             bytes = new byte[value.bytes.length];