summaryrefslogtreecommitdiff
path: root/test/ssl.c
diff options
context:
space:
mode:
authorJoe Orton <jorton@redhat.com>2020-03-27 13:15:27 +0000
committerJoe Orton <jorton@redhat.com>2020-03-27 13:15:27 +0000
commita3c677bc68406a31226f499e11cd647d7947e833 (patch)
treec768b0f1635e03e4cc7984a60d0f4069075e57cf /test/ssl.c
parent0a4a1f3be03f4665758d9c9b2c4056caf06695be (diff)
downloadneon-git-a3c677bc68406a31226f499e11cd647d7947e833.tar.gz
Fix various spelling errors, thanks to Jens Schleusener of FOSSIES.
Diffstat (limited to 'test/ssl.c')
-rw-r--r--test/ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ssl.c b/test/ssl.c
index 266b2a5..b3a9984 100644
--- a/test/ssl.c
+++ b/test/ssl.c
@@ -441,7 +441,7 @@ static int clicert_import(void)
}
/* Test that 'cert', which is signed by CA_CERT, is accepted
- * unconditionaly. */
+ * unconditionally. */
static int accept_signed_cert_for_hostname(char *cert, const char *hostname)
{
struct ssl_server_args args = {cert, 0};