diff --git a/src/confluent_kafka/admin/__init__.py b/src/confluent_kafka/admin/__init__.py index 924361f2e..ea9a035e5 100644 --- a/src/confluent_kafka/admin/__init__.py +++ b/src/confluent_kafka/admin/__init__.py @@ -328,7 +328,7 @@ def _make_futures(futmap_keys, class_check, make_result_fn): def _make_futures_v2(futmap_keys, class_check, make_result_fn): """ Create futures and a futuremap for the keys in futmap_keys, - and create a request-level future to be bassed to the C API. + and create a request-level future to be passed to the C API. """ futmap = {} for key in futmap_keys: