]> git.sur5r.net Git - openldap/blobdiff - contrib/slapd-modules/comp_match/componentlib.c
ITS#8605 - spelling fixes
[openldap] / contrib / slapd-modules / comp_match / componentlib.c
index 93141b3bc88cccd5b78e44a4282dcb3476e23e51..6f5460a929a73cf6498f80b7a16108b58307c852 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright 2004 IBM Corporation
  * All rights reserved.
- * Redisribution and use in source and binary forms, with or without
- * modification, are permitted only as authorizd by the OpenLADP
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted only as authorized by the OpenLDAP
  * Public License.
  */
 /* ACKNOWLEDGEMENTS
@@ -717,9 +717,9 @@ MatchingComponentInt(char* oid, ComponentSyntaxInfo* csi_attr,
         ComponentInt *a, *b;
                                                                           
         if( oid ) {
-                /* check if this ASN type's matching rule is overrided */
+                /* check if this ASN type's matching rule is overridden */
                 mr = retrieve_matching_rule(oid, csi_attr->csi_comp_desc->cd_type_id );
-                /* if existing function is overrided, call the overriding
+                /* if existing function is overridden, call the overriding
 function*/
                 if ( mr )
                         return component_value_match( mr, csi_attr , csi_assert );
@@ -1319,7 +1319,7 @@ BDecComponentOid ( void* mem_op, GenBuf *b, AsnTag tagId, AsnLen len, void *v,
 }
 
 /*
- * Component BER Decoder : PrintiableString
+ * Component BER Decoder : PrintableString
  */
 
 int
@@ -2022,7 +2022,7 @@ InstallAnyByComponentInt (int anyId, ComponentInt intId, unsigned int size,
 
 
 /*
- * OID and its corresponding decoder can be registerd with this func.
+ * OID and its corresponding decoder can be registered with this func.
  * If contained types constrained by <select> are used,
  * their OID and decoder MUST be registered, otherwise it will return no entry.
  * An open type(ANY type) also need be registered.