Fix the misspelling of "except"

Change-Id: I47eba8bf33b51dab390bf67fb2f63fdb7aa57a3a
This commit is contained in:
lijunjie 2019-01-04 17:13:04 +08:00
parent b63409532c
commit 17e24acb65
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ oslo.messaging that must be implemented via driver modification should
be implemented in the kafka driver as well. In the circumstance when a
new feature requires behaviors/capabilities that cannot be provided by
kafka, clients attempting to use the feature will cause a
NotImplementedError excpetion to be raised. Additionally, the absence
NotImplementedError exception to be raised. Additionally, the absence
of supported functionality must be documented and included in the
release notes.