From: cjwatson <> Date: Wed, 14 Jan 2004 02:48:22 +0000 (-0800) Subject: [project @ 2004-01-13 18:48:22 by cjwatson] X-Git-Tag: release/2.6.0~775 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=98bf6ad1819cf88391a9e086224977f5c0f1fc2a;p=debbugs.git [project @ 2004-01-13 18:48:22 by cjwatson] Fix a typo. --- diff --git a/scripts/expire.in b/scripts/expire.in index 0b29fe5c..26cf7e5d 100755 --- a/scripts/expire.in +++ b/scripts/expire.in @@ -1,7 +1,7 @@ #!/usr/bin/perl -# $Id: expire.in,v 1.19 2003/08/23 15:12:57 cjwatson Exp $ +# $Id: expire.in,v 1.20 2004/01/13 18:48:22 cjwatson Exp $ -# Load modules and set envirnment +# Load modules and set environment use File::Copy; $config_path = '/etc/debbugs'; $lib_path = '/usr/lib/debbugs';