Fixed English in print statement

'is not existed' -> 'does not exist'

Change-Id: I18b2346b2639eb254de8d4c4d5031946135fcc23
This commit is contained in:
Brandon Palm 2016-02-15 15:44:36 -06:00
parent 8481315c4e
commit 70d915212a

View File

@ -184,7 +184,7 @@ class VmtpTest(object):
self.instance_access.public_key_file = pub_key
self.instance_access.private_key_file = priv_key
else:
print('Error: Default keypair ~/.ssh/id_rsa[.pub] is not existed. Please '
print('Error: Default keypair ~/.ssh/id_rsa[.pub] does not exist. Please '
'either create one in your home directory, or specify your keypair '
'information in the config file before running VMTP.')
sys.exit(1)