diff --git a/scullery.py b/scullery.py index d550a2d..5a373bd 100755 --- a/scullery.py +++ b/scullery.py @@ -172,7 +172,7 @@ def main_interactive(): _abort('Specified suite does not reference a box') boxconf = configmap['boxes'].get(box, None) if boxconf is None: - _abort('Suite referencs an undefined box') + _abort('Suite references an undefined box') box_name = boxconf.get('name', None) box_image = boxconf.get('image', None) box_file = boxconf.get('file', vagfile)