livemedia-creator: Fix a small typo

Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
This commit is contained in:
Fabian Deutsch 2015-12-01 09:33:49 +01:00 committed by Brian C. Lane
parent 1a653dad7f
commit 3a8659e4e4
1 changed files with 1 additions and 1 deletions

View File

@ -1325,7 +1325,7 @@ def main():
if not opts.disk_image and not opts.fs_image:
errors = []
if opts.no_virt and ks.handler.method.method not in ("url", "nfs"):
errors.append("Only url and nfs install methods are currently supported. Please "
errors.append("Only url and nfs install methods are currently supported. Please "
"fix your kickstart file." )
if ks.handler.displaymode.displayMode is not None: