]> git.decadent.org.uk Git - dak.git/commitdiff
Fix separated typo.
authorJames Troup <james@nocrew.org>
Fri, 2 May 2003 13:53:57 +0000 (13:53 +0000)
committerJames Troup <james@nocrew.org>
Fri, 2 May 2003 13:53:57 +0000 (13:53 +0000)
jenna
katie.conf
katie.conf-non-US
katie.conf-security
melanie

diff --git a/jenna b/jenna
index b39cb92a8b9a4579676a4eb37f497c42c99f95bf..50bed8fe12fda9883cdfc1e98ff09dac0535a258 100755 (executable)
--- a/jenna
+++ b/jenna
@@ -2,7 +2,7 @@
 
 # Generate file lists used by apt-ftparchive to generate Packages and Sources files
 # Copyright (C) 2000, 2001, 2002, 2003  James Troup <james@nocrew.org>
-# $Id: jenna,v 1.24 2003-02-11 18:11:24 troup Exp $
+# $Id: jenna,v 1.25 2003-05-02 13:53:57 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
@@ -61,7 +61,7 @@ Write out file lists suitable for use with apt-ftparchive.
   -n, --no-delete           don't delete older versions
   -s, --suite=SUITE         only write file lists for this suite
 
-ARCH, COMPONENT and SUITE can be space seperated lists, e.g.
+ARCH, COMPONENT and SUITE can be space separated lists, e.g.
     --architecture=\"m68k i386\"""";
     sys.exit(exit_code);
 
index 613b0cf7a72f708b042bcf3808379a7f22386853..541aa22b3a28e82f1c29e4b975fb1f4bd32299f0 100644 (file)
@@ -32,7 +32,7 @@ Dinstall
 Julia
 {
   ValidGID "800";
-  // Comma seperated list of users who are in Postgres but not the passwd file
+  // Comma separated list of users who are in Postgres but not the passwd file
   KnownPostgres "postgres,katie";
 };
 
index e63aaaa8bb72325c1d7d031b4162613a3be7e4ef..403fbc80291e211f9c02edbdca67428746fd923c 100644 (file)
@@ -34,7 +34,7 @@ Lauren
 Julia
 {
   ValidGID "800";
-  // Comma seperated list of users who are in Postgres but not the passwd file
+  // Comma separated list of users who are in Postgres but not the passwd file
   KnownPostgres "udmsearch,postgres,www-data,katie,auric";
 };
 
index b1ecad5fc081f1a9001c8554abda9ec40c1ef975..aa8c190ed2e59cfb142a9af9fdc53b88df54117c 100644 (file)
@@ -38,7 +38,7 @@ Dinstall
 Julia
 {
   ValidGID "800";
-  // Comma seperated list of users who are in Postgres but not the passwd file
+  // Comma separated list of users who are in Postgres but not the passwd file
   KnownPostgres "postgres,katie,www-data,udmsearch";
 };
 
diff --git a/melanie b/melanie
index 29a07d64fe805613741d022a71b344bc0e1ea863..38b81b3733c590057ae2d623f2c8a2a87293efd8 100755 (executable)
--- a/melanie
+++ b/melanie
@@ -2,7 +2,7 @@
 
 # General purpose package removal tool for ftpmaster
 # Copyright (C) 2000, 2001, 2002, 2003  James Troup <james@nocrew.org>
-# $Id: melanie,v 1.38 2003-03-26 15:16:36 troup Exp $
+# $Id: melanie,v 1.39 2003-05-02 13:53:57 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
@@ -71,7 +71,7 @@ Remove PACKAGE(s) from suite(s).
   -s, --suite=SUITE          act on this suite
   -S, --source-only          remove source only
 
-ARCH, BUG#, COMPONENT and SUITE can be comma (or space) seperated lists, e.g.
+ARCH, BUG#, COMPONENT and SUITE can be comma (or space) separated lists, e.g.
     --architecture=m68k,i386"""
 
     sys.exit(exit_code)
@@ -377,7 +377,7 @@ def main ():
             Subst["__BCC__"] = "Bcc: " + ", ".join(bcc);
         else:
             Subst["__BCC__"] = "X-Filler: 42";
-        Subst["__CC__"] = "X-Katie: melanie $Revision: 1.38 $";
+        Subst["__CC__"] = "X-Katie: melanie $Revision: 1.39 $";
         if carbon_copy:
             Subst["__CC__"] += "\nCc: " + ", ".join(carbon_copy);
         Subst["__SUITE_LIST__"] = suites_list;