summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-19 15:39:14 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-06-19 15:39:14 +0200
commit77917e60642d3c75381f6f1d37bba955316fcca2 (patch)
tree8fb5656db201055cdda545843811a8f259566e51
parent596d57662caa6663b5fde7ba5700a6d84106a6c6 (diff)
downloadgnutls-77917e60642d3c75381f6f1d37bba955316fcca2.tar.gz
Applied patch by Andreas Metzler
-rw-r--r--doc/gnutls.texi2
-rw-r--r--lib/ext_signature.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index 87b9af808d..854ea029d3 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -1455,7 +1455,7 @@ with the credentials structure. See the functions:
@end itemize
-Sometimes in order to avoid bottlenecks in programs it is usefull to
+Sometimes in order to avoid bottlenecks in programs it is useful to
store and read parameters from formats that can be generated by
external programs such as @code{certtool}. This is possible with
@acronym{GnuTLS} by using the following functions:
diff --git a/lib/ext_signature.c b/lib/ext_signature.c
index e41e785dda..c2e289e4df 100644
--- a/lib/ext_signature.c
+++ b/lib/ext_signature.c
@@ -296,7 +296,7 @@ _gnutls_session_sign_algo_enabled (gnutls_session_t session,
* then %GNUTLS_E_REQUESTED_DATA_NOT_AVAILABLE will be returned even
* for the first index. The first index is 0.
*
- * This function is usefull in the certificate callback functions
+ * This function is useful in the certificate callback functions
* to assist in selecting the correct certificate.
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise