]> xenbits.xensource.com Git - libvirt.git/commitdiff
virnettlssessiontest.c: fix grammar
authorNitesh Konkar <niteshkonkar.libvirt@gmail.com>
Wed, 25 Jan 2017 09:12:38 +0000 (14:42 +0530)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 26 Jan 2017 20:13:58 +0000 (15:13 -0500)
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
tests/virnettlssessiontest.c

index 0d2e106e84cb32138c582b9601e6411538173016..24de212d9b58af3b9597792ade64050d35ff2c7d 100644 (file)
@@ -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)
 {