summaryrefslogtreecommitdiff
path: root/doc/cha-errors.texi
diff options
context:
space:
mode:
authorChris Barry <chris@barry.im>2014-11-04 13:17:20 -0500
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-11-04 21:49:56 +0100
commite650f963598372431d078063f88368dfd7b45b7a (patch)
tree30dd9304b4eb48b8b787dc47f737d6465fa524f6 /doc/cha-errors.texi
parent4ba1d89c9c6a370ed2b59de311b919f665b121aa (diff)
downloadgnutls-e650f963598372431d078063f88368dfd7b45b7a.tar.gz
Cleaning up some awkward phrasings.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'doc/cha-errors.texi')
-rw-r--r--doc/cha-errors.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-errors.texi b/doc/cha-errors.texi
index 0948d0552d..1154c01236 100644
--- a/doc/cha-errors.texi
+++ b/doc/cha-errors.texi
@@ -3,7 +3,7 @@
@cindex error codes
The error codes used throughout the library are described below. The
-return code @code{GNUTLS_E_SUCCESS} indicate successful operation, and
+return code @code{GNUTLS_E_SUCCESS} indicates a successful operation, and
is guaranteed to have the value 0, so you can use it in logical
expressions.