tests: Fix typo
authorStef Walter <stefw@gnome.org>
Sat, 11 Aug 2012 04:18:53 +0000 (06:18 +0200)
committerStef Walter <stefw@gnome.org>
Sat, 11 Aug 2012 04:20:01 +0000 (06:20 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=681299

tls/tests/file-database.c

index 8a6872a..64cf5d9 100644 (file)
@@ -285,7 +285,7 @@ test_verify_with_incorrect_root_in_chain (void)
    * C = US, O = "VeriSign, Inc.", OU = Class 3 Public Primary Certification Authority
    *
    * But it is not the same certificate in our database. However our database should
-   * verify this chain as valid, since the issuer fierds and signatures should chain up
+   * verify this chain as valid, since the issuer fields and signatures should chain up
    * to the certificate in our database.
    */
   chain = load_certificate_chain (TEST_FILE ("chain-with-verisign-md2.pem"), &error);