X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fcontents.py;h=3444071cdb34a9860f5f62f5ae7c0427e3830332;hb=b7686881d3556d5ba01b5506e8ef67794118a87b;hp=a2f99ae7e3ee0d2b57c197aa299b43436fc9766b;hpb=acce37cb1193730d8b7529a49cf95a7997f6ee9d;p=dak.git diff --git a/dak/contents.py b/dak/contents.py index a2f99ae7..3444071c 100644 --- a/dak/contents.py +++ b/dak/contents.py @@ -285,7 +285,7 @@ class Contents(object): def generate(self): """ - Generate Contents-$arch.gz files for every aviailable arch in each given suite. + Generate Contents-$arch.gz files for every available arch in each given suite. """ cursor = DBConn().cursor();