Typo fix: occured => occurred

Change-Id: I4063b8f21fb438b10cb8a2c45a49d8b85318a375
This commit is contained in:
Anh Tran 2017-02-08 16:35:51 +07:00
parent 9fe4a0f8b5
commit 89d8a5afcc
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class DFA(horizon.Panel):
if not os.path.isfile('/etc/saf/enabler_conf.ini'):
return False
except Exception:
LOG.error("Exception occured trying to find the Nexus Fabric "
LOG.error("Exception occurred trying to find the Nexus Fabric "
"Enabler Configuration File")
return False
if not super(DFA, self).allowed(context):