Fix the misspelling of "except"

Change-Id: I9298c5c9271e35a855eae8920e6c58f9c6c5ed45
This commit is contained in:
lijunjie 2019-01-04 18:16:47 +08:00
parent 2dcdc531e6
commit 2000340c4a
1 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,6 @@ class ExpNvramStore(NoopNvramStore):
:param instance: The nova instance object OR instance UUID.
"""
# Raise excpetion. This is to ensure delete does not fail
# Raise exception. This is to ensure delete does not fail
# despite an exception being raised
raise Exception('Error')