Use correct, not American spelling.
authorBodo Möller <bodo@openssl.org>
Fri, 4 Feb 2000 00:56:09 +0000 (00:56 +0000)
committerBodo Möller <bodo@openssl.org>
Fri, 4 Feb 2000 00:56:09 +0000 (00:56 +0000)
crypto/bio/bss_bio.c
ssl/ssltest.c

index 41fbeaf5f74d25667ea7afbcf4cf8a5f301fbf66..36c89ccbf5766f674120fcf59ccb786621c7d110 100644 (file)
@@ -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;
 
index 2d6c849c9c97113fe94976d1ea4214a8613b4cda..efdfd48e60d064ad1e9e43e6957674c016bbec25 100644 (file)
@@ -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
                 *