From b51815ac34b619062cff7a6633ad43e6af255917 Mon Sep 17 00:00:00 2001 From: James Troup Date: Tue, 14 May 2002 22:28:01 +0000 Subject: [PATCH] comment typo --- jennifer | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jennifer b/jennifer index 563a9731..3da7f8f2 100755 --- a/jennifer +++ b/jennifer @@ -2,7 +2,7 @@ # Checks Debian packages from Incoming # Copyright (C) 2000, 2001, 2002 James Troup -# $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: -- 2.39.2