From 1cad4304bf83c7a75527a8f5674804723a2904b8 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 1 Jun 2010 09:35:53 +0200 Subject: [PATCH] s4-heimdal: Fix typo in comment. Karolin --- source4/heimdal/lib/hx509/name.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/heimdal/lib/hx509/name.c b/source4/heimdal/lib/hx509/name.c index b544ecb7ffd..e795b1e44e4 100644 --- a/source4/heimdal/lib/hx509/name.c +++ b/source4/heimdal/lib/hx509/name.c @@ -43,7 +43,7 @@ * (RDN). Each RDN consists of an unordered list of typed strings. The * types are defined by OID and have long and short description. For * example id-at-commonName (2.5.4.3) have the long name CommonName - * and short name CN. The string itself can be of serveral encoding, + * and short name CN. The string itself can be of several encoding, * UTF8, UTF16, Teltex string, etc. The type limit what encoding * should be used. * -- 2.11.4.GIT