From: Nitesh Konkar Date: Wed, 25 Jan 2017 09:12:38 +0000 (+0530) Subject: virnettlssessiontest.c: fix grammar X-Git-Tag: CVE-2017-2635~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67e98c6452550ea36396a77e651b43c50b1525b4;p=thirdparty%2Flibvirt.git virnettlssessiontest.c: fix grammar Signed-off-by: Nitesh Konkar --- diff --git a/tests/virnettlssessiontest.c b/tests/virnettlssessiontest.c index 0d2e106e84..24de212d9b 100644 --- a/tests/virnettlssessiontest.c +++ b/tests/virnettlssessiontest.c @@ -74,9 +74,9 @@ static ssize_t testRead(char *buf, size_t len, void *opaque) * This is replicating the checks that are done for an * active TLS session after handshake completes. To * simulate that we create our TLS contexts, skipping - * sanity checks. When then get a socketpair, and + * sanity checks. We then get a socketpair, and * initiate a TLS session across them. Finally do - * do actual cert validation tests + * actual cert validation tests */ static int testTLSSessionInit(const void *opaque) {