addstorage: Fix a typo in an error message

Just noticed it while using the app.
This commit is contained in:
Colin Walters 2015-10-02 12:37:51 -04:00 committed by Cole Robinson
parent f30975c3f8
commit 3eaa59dc95
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class vmmAddStorage(vmmGObjectUI):
if path not in broken_paths:
continue
details += "%s : %s\n" % (path, error)
details += "\nIt is very likely the VM fill fail to start up."
details += "\nIt is very likely the VM will fail to start up."
logging.debug("Permission errors:\n%s", details)