]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Fix typo at incidence ID
authorpcarana <pc.moreno2099@gmail.com>
Tue, 31 Mar 2020 23:11:29 +0000 (17:11 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Tue, 31 Mar 2020 23:11:29 +0000 (17:11 -0600)
docs/incidence.md
examples/config.json
man/fort.8
src/incidence/incidence.c

index 16e8aaafc1a09d9064de620fe1cf76054ca3b7a4..df38c8ac2cbb5435d62c2ec794eb3b51659293e9 100644 (file)
@@ -112,7 +112,7 @@ If not `ignore`d, Fort will report this incidence with the following error messa
 
 ### File listed at manifest doesn't exist
 
-- **Name:** `incid-file-at_mft-not-found`
+- **Name:** `incid-file-at-mft-not-found`
 - **Default action:** `error`
 
 [RFC 6486 section 6.1](https://tools.ietf.org/html/rfc6486#section-6.1) considers this scenario:
index 550d19585a0d516ac36dce3c77091311b3d2b27f..e9d34e1206541999b63afcc743492ba1fa063944 100644 (file)
@@ -75,7 +75,7 @@
       "action": "ignore"
     },
     {
-      "name": "incid-file-at_mft-not-found",
+      "name": "incid-file-at-mft-not-found",
       "action": "error"
     },
     {
index e6ddb6913caf9f23058c8885f7e76e9017c89acb..d75031a6e1e1a7c9cb1b68595ab433f8c7b26c8c 100644 (file)
@@ -165,7 +165,7 @@ as parameters). [Default action: \fBignore\fR]
 \fIincid-obj-not-der-encoded\fR (Object isn't DER encoded). [Default action:
 \fBignore\fR]
 .br
-\fIincid-file-at_mft-not-found\fR (File listed at manifest doesn't exist).
+\fIincid-file-at-mft-not-found\fR (File listed at manifest doesn't exist).
 [Default action: \fBerror\fR]
 .br
 \fIincid-file-at-mft-hash-not-match\fR (File hash listed at manifest doesn't
index fe71afa363042737c057447eb21e7eb0fbc7fa3c..16f1ec47cf555ef96cf0982604db1f2caf3a018a 100644 (file)
@@ -31,7 +31,7 @@ static struct incidence incidences[__INID_MAX] = {
        },
        {
                INID_MFT_FILE_NOT_FOUND,
-               "incid-file-at_mft-not-found",
+               "incid-file-at-mft-not-found",
                "File listed at manifest doesn't exist",
                INAC_ERROR,
        },