From 17e24acb65d1b9a3652e9050fb24e346d2f44dc2 Mon Sep 17 00:00:00 2001 From: lijunjie Date: Fri, 4 Jan 2019 17:13:04 +0800 Subject: [PATCH] Fix the misspelling of "except" Change-Id: I47eba8bf33b51dab390bf67fb2f63fdb7aa57a3a --- specs/queens/update-kafka-support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/queens/update-kafka-support.rst b/specs/queens/update-kafka-support.rst index 20be6c5..926fc1b 100644 --- a/specs/queens/update-kafka-support.rst +++ b/specs/queens/update-kafka-support.rst @@ -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.