summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/cha-internals.texi2
-rw-r--r--lib/gnutls_ui.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/cha-internals.texi b/doc/cha-internals.texi
index d8bc68e335..b2e6a5cfc1 100644
--- a/doc/cha-internals.texi
+++ b/doc/cha-internals.texi
@@ -542,7 +542,7 @@ To override the big number number operations back-end.
@item @code{gnutls_crypto_pk_register}:
To override the public key encryption back-end. This is tied to the
-big number operations so either none or both of them should be overriden.
+big number operations so either none or both of them should be overridden.
@end itemize
diff --git a/lib/gnutls_ui.c b/lib/gnutls_ui.c
index 25da85f7b3..c103e4ca87 100644
--- a/lib/gnutls_ui.c
+++ b/lib/gnutls_ui.c
@@ -94,7 +94,7 @@ int gnutls_random_art (gnutls_random_art_t type,
* Note that since 3.1.7 this function is deprecated. The minimum
* number of bits is set by the priority string level.
* Also this function must be called after gnutls_priority_set_direct()
- * or the set value may be overriden by the selected priority options.
+ * or the set value may be overridden by the selected priority options.
*
*
**/