From cd749c90da8593d6088cee52d1eaf8735916ad62 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Wed, 12 Jan 2011 13:32:53 +0000 Subject: [PATCH] * Fix comment typo as noticed by jorton git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058133 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/ssl_engine_io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ssl/ssl_engine_io.c b/modules/ssl/ssl_engine_io.c index 4ccb3ced1a..d51475989b 100644 --- a/modules/ssl/ssl_engine_io.c +++ b/modules/ssl/ssl_engine_io.c @@ -757,7 +757,7 @@ static apr_status_t ssl_io_input_getline(bio_filter_in_ctx_t *inctx, if (status != APR_SUCCESS) { if (APR_STATUS_IS_EAGAIN(status) && (*len > 0)) { - /* Safe the part of the line we already got */ + /* Save the part of the line we already got */ char_buffer_write(&inctx->cbuf, buf, *len); } return status; @@ -787,7 +787,7 @@ static apr_status_t ssl_io_input_getline(bio_filter_in_ctx_t *inctx, *len = bytes; } else { - /* Safe the part of the line we already got */ + /* Save the part of the line we already got */ char_buffer_write(&inctx->cbuf, buf, *len); } -- 2.40.0