]> git.decadent.org.uk Git - dak.git/commitdiff
comment typo
authorJames Troup <james@nocrew.org>
Tue, 14 May 2002 22:28:01 +0000 (22:28 +0000)
committerJames Troup <james@nocrew.org>
Tue, 14 May 2002 22:28:01 +0000 (22:28 +0000)
jennifer

index 563a97314118c7bc8adb9e32f4f992810bc6b578..3da7f8f2a356ad463826e2c5cacf43221584548e 100755 (executable)
--- a/jennifer
+++ b/jennifer
@@ -2,7 +2,7 @@
 
 # Checks Debian packages from Incoming
 # Copyright (C) 2000, 2001, 2002  James Troup <james@nocrew.org>
-# $Id: jennifer,v 1.18 2002-05-14 15:35:22 troup Exp $
+# $Id: jennifer,v 1.19 2002-05-14 22:28:01 troup Exp $
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -43,7 +43,7 @@ re_is_changes = re.compile (r"(.+?)_(.+?)_(.+?)\.changes$");
 ################################################################################
 
 # Globals
-jennifer_version = "$Revision: 1.18 $";
+jennifer_version = "$Revision: 1.19 $";
 
 Cnf = None;
 Options = None;
@@ -828,7 +828,7 @@ def check_md5sums ():
 
 # Sanity check the time stamps of files inside debs.
 # [Files in the near future cause ugly warnings and extreme time
-#  travel can causes errors on extraction]
+#  travel can cause errors on extraction]
 
 def check_timestamps():
     class Tar: