diff options
author | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-01-04 09:47:24 +0100 |
---|---|---|
committer | Tim Rühsen <tim.ruehsen@gmx.de> | 2019-01-04 17:24:55 +0100 |
commit | 76e210d8b96381455319ddf5fd2be711577a9577 (patch) | |
tree | 5b4d347444931ab924138127a165c0872cdbd371 /lib/x509/attributes.c | |
parent | b978a25de5ef06754bf94bdfb2e6442b7fb6f1fa (diff) | |
download | gnutls-76e210d8b96381455319ddf5fd2be711577a9577.tar.gz |
Fix typos in lib/tmp-fix-typos-in-lib
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'lib/x509/attributes.c')
-rw-r--r-- | lib/x509/attributes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509/attributes.c b/lib/x509/attributes.c index 4d116be4ec..9c83ca8414 100644 --- a/lib/x509/attributes.c +++ b/lib/x509/attributes.c @@ -110,7 +110,7 @@ _x509_parse_attribute(ASN1_TYPE asn1_struct, goto cleanup; } - /* Move to the attibute type and values + /* Move to the attribute type and values */ /* Read the OID */ |