chiark / gitweb /
typo fix
authorIan Jackson <ian@anarres>
Wed, 11 Oct 2006 14:36:36 +0000 (15:36 +0100)
committerIan Jackson <ian@anarres>
Wed, 11 Oct 2006 14:36:36 +0000 (15:36 +0100)
virt-chroot/adt-virt-chroot

index e457220e6f4bdb601c2b3779a14e45a8338b6a5f..e4f14d13b3b6be8e0b5d0b3146cd648378ff00e7 100755 (executable)
@@ -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