summaryrefslogtreecommitdiff
path: root/lib/hello_ext.h
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@bebt.de>2018-08-15 14:20:43 +0200
committerAndreas Metzler <ametzler@bebt.de>2018-08-16 19:07:00 +0200
commit742e4505f434b95f57ac8f07ad720c170995b0d1 (patch)
tree2b3754cab1112edbc96ffa4fbd9568167d1d01e1 /lib/hello_ext.h
parentd4624761e3893314d5504a6ecbc9da6ff758bc41 (diff)
downloadgnutls-742e4505f434b95f57ac8f07ad720c170995b0d1.tar.gz
Fix two typos (overriden/guarranteed)
Signed-off-by: Andreas Metzler <ametzler@bebt.de>
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. */