From: Ian Jackson Date: Wed, 11 Oct 2006 14:36:36 +0000 (+0100) Subject: typo fix X-Git-Tag: converted-from-bzr~64^2~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=43eebd69e555cb6d266ae368d79eb08a8acbe4ca;p=autopkgtest.git typo fix --- diff --git a/virt-chroot/adt-virt-chroot b/virt-chroot/adt-virt-chroot index e457220..e4f14d1 100755 --- a/virt-chroot/adt-virt-chroot +++ b/virt-chroot/adt-virt-chroot @@ -39,7 +39,7 @@ class Quit: def __init__(q,ec,m): q.ec = ec; q.m = m def bomb(m): - raise Quit(12, "adt-virtual-chroot: failure: %s" % m) + raise Quit(12, "adt-virt-chroot: failure: %s" % m) def debug(m): if not debuglevel: return