Merge "Fix error message typo"

This commit is contained in:
Jenkins 2014-02-06 08:57:48 +00:00 committed by Gerrit Code Review
commit c6691a07e1
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ class NeutronPluginPLUMgridV2(db_base_plugin_v2.NeutronDbPluginV2,
"supported yet by this plugin. Ignoring "
"setting for network %s"), network_name)
except Exception:
err_message = _("Network Admin State Validation Falied: ")
err_message = _("Network Admin State Validation Failed: ")
raise plum_excep.PLUMgridException(err_msg=err_message)
return network