Author: micah Date: 2005-09-09 12:30:06 +0000 (Fri, 09 Sep 2005) New Revision: 1876 Modified: data/DTSA/dtsa Log: Minor spelling error in DTSA template Modified: data/DTSA/dtsa ==================================================================--- data/DTSA/dtsa 2005-09-09 12:20:51 UTC (rev 1875) +++ data/DTSA/dtsa 2005-09-09 12:30:06 UTC (rev 1876) @@ -16,7 +16,7 @@ announce_mail_address = "secure-testing-announce@lists.alioth.debian.org" def print_usage(): - print "dtsa [-a | -u] dtsa-id major number" + print "dtsa [-p | -u] dtsa-id major number" print " -p Process a new DTSA from a template" print " -u Update an existing DTSA from a template" sys.exit(-1) @@ -224,7 +224,7 @@ ascii.write("This upgrade is recommended if you use " + src + ".\n") ascii.write("\n") - ascii.write("The Debian testing security team does not track security issues for then\n") + ascii.write("The Debian testing security team does not track security issues for the\n") ascii.write("stable (sarge) and oldstable (woody) distributions. If stable is vulnerable,\n") ascii.write("the Debian security team will make an announcement once a fix is ready.\n") ascii.write("\n")