summaryrefslogtreecommitdiff
path: root/lib/gnutls_db.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-08-11 17:56:26 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-08-11 17:56:26 +0000
commit3cdff49366135d9a3274cb7cfaa97e941e4969aa (patch)
treed76216f324307dedc57e9c942a493a83cbf04e93 /lib/gnutls_db.c
parent75ba96bbeec6c16a81c2cd4a40ba7d5b59451e02 (diff)
downloadgnutls-3cdff49366135d9a3274cb7cfaa97e941e4969aa.tar.gz
more patches by Arne Thomassen.
Diffstat (limited to 'lib/gnutls_db.c')
-rw-r--r--lib/gnutls_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_db.c b/lib/gnutls_db.c
index d8d8690d30..0076c1f513 100644
--- a/lib/gnutls_db.c
+++ b/lib/gnutls_db.c
@@ -318,7 +318,7 @@ int ret = 0;
* This function will remove the current session data from the session
* database. This will prevent future handshakes reusing these session
* data. This function should be called if a session was terminated
- * abnormaly, and before gnutls_deinit() is called.
+ * abnormally, and before gnutls_deinit() is called.
*
* Normally gnutls_deinit() will remove abnormally terminated sessions.
*