From 1d025282e6be749b8b9281c9b9c916ff5b6e1461 Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Mon, 20 Nov 2000 02:28:23 +0100
Subject: [PATCH] Small spelling fix.

Rev: lib/modules/Standards.pmod/ASN1.pmod/Types.pmod:1.17
---
 lib/modules/Standards.pmod/ASN1.pmod/Types.pmod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/modules/Standards.pmod/ASN1.pmod/Types.pmod b/lib/modules/Standards.pmod/ASN1.pmod/Types.pmod
index f6e3c90119..563fabd4b3 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:
-- 
GitLab