summaryrefslogtreecommitdiff
path: root/lib/hello_ext.h
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2018-08-18 08:22:21 +0000
committerTim Rühsen <tim.ruehsen@gmx.de>2018-08-18 08:22:21 +0000
commit915df70e835e5e4cfd2dfbdc94f405359a247d87 (patch)
tree2b3754cab1112edbc96ffa4fbd9568167d1d01e1 /lib/hello_ext.h
parentd4624761e3893314d5504a6ecbc9da6ff758bc41 (diff)
parent742e4505f434b95f57ac8f07ad720c170995b0d1 (diff)
downloadgnutls-915df70e835e5e4cfd2dfbdc94f405359a247d87.tar.gz
Merge branch 'tmp-ametzler-typo-guarranteed_overriden' into 'master'
Fix two typos (overriden/guarranteed) See merge request gnutls/gnutls!734
Diffstat (limited to 'lib/hello_ext.h')
-rw-r--r--lib/hello_ext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/hello_ext.h b/lib/hello_ext.h
index 8a7580a28e..1ad16e19d7 100644
--- a/lib/hello_ext.h
+++ b/lib/hello_ext.h
@@ -115,7 +115,7 @@ inline static const char *ext_msg_validity_to_str(gnutls_ext_flags_t msg)
}
typedef struct hello_ext_entry_st {
- const char *name; /* const overriden when free_struct is set */
+ const char *name; /* const overridden when free_struct is set */
unsigned free_struct;
uint16_t tls_id;
@@ -143,7 +143,7 @@ typedef struct hello_ext_entry_st {
gnutls_ext_pack_func pack_func; /* packs internal data to machine independent format */
gnutls_ext_unpack_func unpack_func; /* unpacks internal data */
- /* non-zero if that extension cannot be overriden by the applications.
+ /* non-zero if that extension cannot be overridden by the applications.
* That should be set to extensions which allocate data early, e.g., on
* gnutls_init(), or modify the TLS protocol in a way that the application
* cannot control. */