aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Delafond <seb>2016-07-19 09:52:57 +0000
committerSebastien Delafond <seb>2016-07-19 09:52:57 +0000
commit1ad3319b08fd8bd3a1e76ab7275204db454739d0 (patch)
tree016f52df978a9993f8474fe5b823695faf43d88e
parent282e126a927e0f2aebb02263524fb769d7748aa7 (diff)
s/independet/independent/
CVS version numbers english/security/oval/oval/definition/generator.py: 1.6 -> 1.7
-rw-r--r--english/security/oval/oval/definition/generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/english/security/oval/oval/definition/generator.py b/english/security/oval/oval/definition/generator.py
index 0b1821b843a..16be06585fd 100644
--- a/english/security/oval/oval/definition/generator.py
+++ b/english/security/oval/oval/definition/generator.py
@@ -327,7 +327,7 @@ def createPlatformDefinition (release, data, dsa):
# Handle architecture independed section
if data.has_key ("all"):
- archIndepCriteria = __createXMLElement ("criteria", attrs={"comment" : "Architecture independet section", "operator" : "AND"})
+ archIndepCriteria = __createXMLElement ("criteria", attrs={"comment" : "Architecture independent section", "operator" : "AND"})
archIndepCriteria.appendChild ( __createXMLElement ("criterion", attrs = {"test_ref" : __createTest("arch", "all"), "comment" : "all architecture"}))
#Build packages section only if we have more then one package

© 2014-2024 Faster IT GmbH | imprint | privacy policy