guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: cve: Fix typos in <cve> accessor.


From: guix-commits
Subject: 04/05: cve: Fix typos in <cve> accessor.
Date: Thu, 9 Jul 2020 18:22:18 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a055604e6f65ee7085a5c1cecaea59ccc0f5acf5
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Jul 9 23:00:58 2020 +0200

    cve: Fix typos in <cve> accessor.
    
    * guix/cve.scm (<cve>)[references]: Rename accessor to 'cve-references'
    and fix adjust exported name accordingly.
---
 guix/cve.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guix/cve.scm b/guix/cve.scm
index 903d94a..7dd9005 100644
--- a/guix/cve.scm
+++ b/guix/cve.scm
@@ -45,7 +45,7 @@
             cve-id
             cve-data-type
             cve-data-format
-            cvs-references
+            cve-references
 
             cve-reference?
             cve-reference-url
@@ -88,7 +88,7 @@
                   "data_type" string->symbol)
   (data-format    cve-data-format                 ;'MITRE
                   "data_format" string->symbol)
-  (references     cve-item-references             ;list of <cve-reference>
+  (references     cve-references                  ;list of <cve-reference>
                   "references" reference-data->cve-references))
 
 (define-json-mapping <cve-reference> cve-reference cve-reference?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]