Author: shadzik
Date: Sun Oct  7 16:22:30 2007
New Revision: 8798

Modified:
   security/cve_reader.py
Log:
- some comment typos fixed


Modified: security/cve_reader.py
==============================================================================
--- security/cve_reader.py      (original)
+++ security/cve_reader.py      Sun Oct  7 16:22:30 2007
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 #
 # CVE security reader for pld-linux.org purpose
-# Basicly it parses commits.log and searches for "CVE" keyword, then it 
generates a .html file with simple table structure
+# Basically it parses commits.log and searches for "CVE" keyword, then it 
generates a .html file with simple table structure
 #
 # TODO
 # - rss(?)
@@ -163,7 +163,7 @@
        f.write("<img 
src=\"http://pl.docs.pld-linux.org/zrzuty_ekr/logo_03.png\"; alt=\"PLD\" 
/></p>\n")
        f.close()
 
-#compares whether rev1 is greater than rev2 and return 0 if true, 1 if false
+#compares whether rev1 is greater than rev2 and returns 0 if true, 1 if false
 def compRevs(rev1, rev2):
        rev1 = rev1.split(".")
        rev2 = rev2.split(".")
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to