From f50c04970715c500ae0ffb5983c5bd833f7782f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 4 Feb 2000 00:56:09 +0000 Subject: [PATCH] Use correct, not American spelling. --- crypto/bio/bss_bio.c | 2 +- ssl/ssltest.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/bio/bss_bio.c b/crypto/bio/bss_bio.c index 41fbeaf5f7..36c89ccbf5 100644 --- a/crypto/bio/bss_bio.c +++ b/crypto/bio/bss_bio.c @@ -387,7 +387,7 @@ static size_t bio_nwrite0(BIO *bio, char **buf) write_offset -= b->size; if (write_offset + num > b->size) /* no ring buffer wrap-around for non-copying interface - * (to fulfill the promise by BIO_ctrl_get_write_guarantee, + * (to fulfil the promise by BIO_ctrl_get_write_guarantee, * BIO_nwrite may have to be called twice) */ num = b->size - write_offset; diff --git a/ssl/ssltest.c b/ssl/ssltest.c index 2d6c849c9c..efdfd48e60 100644 --- a/ssl/ssltest.c +++ b/ssl/ssltest.c @@ -503,7 +503,7 @@ int doit_biopair(SSL *s_ssl, SSL *c_ssl, long count) * Useful functions for querying the state of BIO pair endpoints: * * BIO_ctrl_pending(bio) number of bytes we can read now - * BIO_ctrl_get_read_request(bio) number of bytes needed to fulfill + * BIO_ctrl_get_read_request(bio) number of bytes needed to fulfil * other side's read attempt * BIO_ctrl_get_write_guarantee(bio) number of bytes we can write now * -- 2.25.1