From 3ace7747ab5464f72c8c6ae75767875ab3c71511 Mon Sep 17 00:00:00 2001
From: Jarrod Johnson <jjohnson2@lenovo.com>
Date: Tue, 22 May 2018 10:11:37 -0400
Subject: [PATCH] Fix typo

---
 confluent_server/confluent/plugins/configuration/attributes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/confluent_server/confluent/plugins/configuration/attributes.py b/confluent_server/confluent/plugins/configuration/attributes.py
index ccbaab97..36baf330 100644
--- a/confluent_server/confluent/plugins/configuration/attributes.py
+++ b/confluent_server/confluent/plugins/configuration/attributes.py
@@ -186,7 +186,7 @@ def _expand_expression(nodes, configmanager, inputdata):
     except (SyntaxError, ValueError) as e:
         raise exc.InvalidArgumentException(
             'Bad confluent expression syntax (must use "{{" and "}}" if not '
-            'desiring confluent exparnsion): ' + str(e))
+            'desiring confluent expansion): ' + str(e))