aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssltest.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-02-04 00:56:09 +0000
committerBodo Möller <bodo@openssl.org>2000-02-04 00:56:09 +0000
commitf50c04970715c500ae0ffb5983c5bd833f7782f5 (patch)
tree2404470658bc4a41d6910aa214fcedcbb0fa2c59 /ssl/ssltest.c
parentb136aa5423c09474e7dbbfa51bd7e218708aa1f4 (diff)
downloadopenssl-f50c04970715c500ae0ffb5983c5bd833f7782f5.zip
openssl-f50c04970715c500ae0ffb5983c5bd833f7782f5.tar.gz
openssl-f50c04970715c500ae0ffb5983c5bd833f7782f5.tar.bz2
Use correct, not American spelling.
Diffstat (limited to 'ssl/ssltest.c')
-rw-r--r--ssl/ssltest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssltest.c b/ssl/ssltest.c
index 2d6c849..efdfd48 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
*