summaryrefslogtreecommitdiff
path: root/lib/record.c
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-01-04 09:47:24 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2019-01-04 17:24:55 +0100
commit76e210d8b96381455319ddf5fd2be711577a9577 (patch)
tree5b4d347444931ab924138127a165c0872cdbd371 /lib/record.c
parentb978a25de5ef06754bf94bdfb2e6442b7fb6f1fa (diff)
downloadgnutls-76e210d8b96381455319ddf5fd2be711577a9577.tar.gz
Fix typos in lib/tmp-fix-typos-in-lib
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'lib/record.c')
-rw-r--r--lib/record.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/record.c b/lib/record.c
index 73c484ed56..2dc997d09b 100644
--- a/lib/record.c
+++ b/lib/record.c
@@ -872,7 +872,7 @@ record_add_to_buffers(gnutls_session_t session,
goto cleanup;
} else {
/* if the alert is FATAL or WARNING
- * return the apropriate message
+ * return the appropriate message
*/
gnutls_assert();
ret = GNUTLS_E_WARNING_ALERT_RECEIVED;