diff options
author | Karolin Seeger <kseeger@samba.org> | 2010-06-01 09:35:53 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-06-01 09:35:53 +0200 |
commit | 1cad4304bf83c7a75527a8f5674804723a2904b8 (patch) | |
tree | c5387c536b32706c541eaa88ab5cb8b444b0fb84 /source4/heimdal | |
parent | 3eab655e54d57c384ed4fc41ac61fb4c27d00c24 (diff) | |
download | samba-1cad4304bf83c7a75527a8f5674804723a2904b8.tar.gz samba-1cad4304bf83c7a75527a8f5674804723a2904b8.tar.bz2 samba-1cad4304bf83c7a75527a8f5674804723a2904b8.zip |
s4-heimdal: Fix typo in comment.
Karolin
Diffstat (limited to 'source4/heimdal')
-rw-r--r-- | source4/heimdal/lib/hx509/name.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/hx509/name.c b/source4/heimdal/lib/hx509/name.c index b544ecb7ff..e795b1e44e 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. * |