Skip to content
Snippets Groups Projects
Commit 1d025282 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Small spelling fix.

Rev: lib/modules/Standards.pmod/ASN1.pmod/Types.pmod:1.17
parent 9f710962
No related branches found
No related tags found
No related merge requests found
/* /*
* $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 * Encodes various asn.1 objects according to the Distinguished
* Encoding Rules (DER) */ * Encoding Rules (DER) */
...@@ -558,7 +558,7 @@ int asn1_teletex_valid (string s) ...@@ -558,7 +558,7 @@ int asn1_teletex_valid (string s)
class asn1_teletex_string 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 // label strings encoded with the ISO 8859-1 character set (use
// asn1_broken_teletex_string for that). From // asn1_broken_teletex_string for that). From
// http://www.mindspring.com/~asn1/nlsasn.htm: // http://www.mindspring.com/~asn1/nlsasn.htm:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment