diff --git a/llama-index-integrations/graph_stores/llama-index-graph-stores-nebula/llama_index/graph_stores/nebula/base.py b/llama-index-integrations/graph_stores/llama-index-graph-stores-nebula/llama_index/graph_stores/nebula/base.py
index f6300e028e50ec6e001f454daa296aac9fb4e104..91ceb19f3892d737932f2d1b44407dc350f61825 100644
--- a/llama-index-integrations/graph_stores/llama-index-graph-stores-nebula/llama_index/graph_stores/nebula/base.py
+++ b/llama-index-integrations/graph_stores/llama-index-graph-stores-nebula/llama_index/graph_stores/nebula/base.py
@@ -224,8 +224,8 @@ class NebulaGraphStore(GraphStore):
             [(graphd_host, int(graphd_port))],
         )
 
-        seesion_pool_config = SessionPoolConfig()
-        session_pool.init(seesion_pool_config)
+        session_pool_config = SessionPoolConfig()
+        session_pool.init(session_pool_config)
         self._session_pool = session_pool
         return self._session_pool