summaryrefslogtreecommitdiff
path: root/lib/global.h
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-01-04 09:47:24 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2019-01-04 17:24:55 +0100
commit76e210d8b96381455319ddf5fd2be711577a9577 (patch)
tree5b4d347444931ab924138127a165c0872cdbd371 /lib/global.h
parentb978a25de5ef06754bf94bdfb2e6442b7fb6f1fa (diff)
downloadgnutls-tmp-fix-typos-in-lib.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/global.h')
-rw-r--r--lib/global.h2
1 files changed, 1 insertions, 1 deletions
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)