diff options
| -rwxr-xr-x | tools/xenserver/vm_vdi_cleaner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenserver/vm_vdi_cleaner.py b/tools/xenserver/vm_vdi_cleaner.py index 5eaf625d0..69de51250 100755 --- a/tools/xenserver/vm_vdi_cleaner.py +++ b/tools/xenserver/vm_vdi_cleaner.py @@ -293,7 +293,7 @@ def main(): print "Connected VDIs:\n" orphaned_vdi_uuids = find_orphaned_vdi_uuids(session, verbose=verbose) if verbose: - print "\nOprhaned VDIs:\n" + print "\nOrphaned VDIs:\n" list_orphaned_vdis(orphaned_vdi_uuids, verbose=verbose) elif command == "clean-vdis": orphaned_vdi_uuids = find_orphaned_vdi_uuids(session, verbose=verbose) |
