From 5a3a333eec7b373e59efab983275163fa6a4da6c Mon Sep 17 00:00:00 2001 From: ~Stack~ Date: Thu, 4 Jan 2018 19:20:35 -0600 Subject: [PATCH] Fixed Typo (#574) --- oval/redhat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oval/redhat.go b/oval/redhat.go index 46f933e7..1e439f88 100644 --- a/oval/redhat.go +++ b/oval/redhat.go @@ -238,7 +238,7 @@ func NewCentOS() CentOS { } } -// Oracle is the interface for CentOS OVAL +// Oracle is the interface for Oracle OVAL type Oracle struct { RedHatBase }