apps & al : Fix various typos, repeated words, align some spelling to LDP.
[openssl.git] / apps / verify.c
index 8fc3fc6550183d0397cec6cb578bb19ac1888ace..93b214281ea58820c54fc1fa57db3991fc54efd5 100644 (file)
@@ -352,7 +352,7 @@ static int cb(int ok, X509_STORE_CTX *ctx)
         switch (cert_error) {
         case X509_V_ERR_NO_EXPLICIT_POLICY:
             policies_print(ctx);
-            /* fall thru */
+            /* fall through */
         case X509_V_ERR_CERT_HAS_EXPIRED:
             /* Continue even if the leaf is a self-signed cert */
         case X509_V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT: