summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/xenserver/vm_vdi_cleaner.py2
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)