From 478b50cf67d6a91fdcd584cff57c58b7e863055d Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Thu, 13 Jun 2013 00:22:32 +0100 Subject: misspellings fixes by https://github.com/vlajos/misspell_fixer --- demos/easy_tls/easy-tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/easy_tls') diff --git a/demos/easy_tls/easy-tls.c b/demos/easy_tls/easy-tls.c index 9cd8314c3e..864017d2d9 100644 --- a/demos/easy_tls/easy-tls.c +++ b/demos/easy_tls/easy-tls.c @@ -971,7 +971,7 @@ tls_proxy(int clear_fd, int tls_fd, int info_fd, SSL_CTX *ctx, int client_p) /* loop finishes as soon as we detect that one side closed; * when all (program and OS) buffers have enough space, - * the data from the last succesful read in each direction is transferred + * the data from the last successful read in each direction is transferred * before close */ do { int clear_read_select = 0, clear_write_select = 0, -- cgit v1.2.3