From 76e210d8b96381455319ddf5fd2be711577a9577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Fri, 4 Jan 2019 09:47:24 +0100 Subject: Fix typos in lib/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Rühsen --- lib/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/global.h') diff --git a/lib/global.h b/lib/global.h index c1aa7863b5..97b0b27281 100644 --- a/lib/global.h +++ b/lib/global.h @@ -33,7 +33,7 @@ extern ASN1_TYPE _gnutls_gnutls_asn; /* removed const from node_asn* to * prevent warnings, since libtasn1 doesn't - * use the const keywork in its functions. + * use the const keyword in its functions. */ #define _gnutls_get_gnutls_asn() ((ASN1_TYPE) _gnutls_gnutls_asn) #define _gnutls_get_pkix() ((ASN1_TYPE) _gnutls_pkix1_asn) -- cgit v1.2.1