diff --git a/lib/modules/Standards.pmod/ASN1.pmod/Types.pmod b/lib/modules/Standards.pmod/ASN1.pmod/Types.pmod index f6e3c90119cc55b2db98f4780e00988b9758a5df..563fabd4b3fea36980b19d1383e7829c2a9c92bc 100644 --- a/lib/modules/Standards.pmod/ASN1.pmod/Types.pmod +++ b/lib/modules/Standards.pmod/ASN1.pmod/Types.pmod @@ -1,5 +1,5 @@ /* - * $Id: Types.pmod,v 1.16 2000/09/28 03:39:11 hubbe Exp $ + * $Id: Types.pmod,v 1.17 2000/11/20 01:28:23 mast Exp $ * * Encodes various asn.1 objects according to the Distinguished * Encoding Rules (DER) */ @@ -558,7 +558,7 @@ int asn1_teletex_valid (string s) class asn1_teletex_string { - // Avoid this one; it seems to be common that this type is used + // Avoid this one; it seems to be common that this type is used to // label strings encoded with the ISO 8859-1 character set (use // asn1_broken_teletex_string for that). From // http://www.mindspring.com/~asn1/nlsasn.htm: