summaryrefslogtreecommitdiff
path: root/lib/gnutls_state.c
diff options
context:
space:
mode:
authorPatrick Pelletier <code@funwithsoftware.org>2012-05-03 18:35:18 -0700
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-12-14 00:55:36 +0100
commitad951968ab1f6b3381f8bffe57b8d725af8bd323 (patch)
treee6097a0e9a90cabe543d5d09c932effceb5f113a /lib/gnutls_state.c
parent925a6f12437f5dba0fe4fcdf4553432cb7a08921 (diff)
downloadgnutls-ad951968ab1f6b3381f8bffe57b8d725af8bd323.tar.gz
minor phrasing improvements in docs
Diffstat (limited to 'lib/gnutls_state.c')
-rw-r--r--lib/gnutls_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_state.c b/lib/gnutls_state.c
index c648816243..692b320fef 100644
--- a/lib/gnutls_state.c
+++ b/lib/gnutls_state.c
@@ -734,7 +734,7 @@ _gnutls_record_set_default_version(gnutls_session_t session,
*
* This function will enable or disable the use of private cipher
* suites (the ones that start with 0xFF). By default or if @allow
- * is 0 then these cipher suites will not be advertized nor used.
+ * is 0 then these cipher suites will not be advertised nor used.
*
* Currently GnuTLS does not include such cipher-suites or
* compression algorithms.