Skip to content

Commit

Permalink
Fixed typo (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbedBob authored Jan 20, 2025
1 parent 3ff5d83 commit 9b32664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curl_cffi/aio.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def process_data(self, sockfd: int, ev_bitmask: int):
"""Call curl_multi_info_read to read data for given socket."""
if not self._curlm:
warnings.warn(
"Curlm alread closed! quitting from process_data", CurlCffiWarning, stacklevel=2
"Curlm already closed! quitting from process_data", CurlCffiWarning, stacklevel=2
)
return

Expand Down

0 comments on commit 9b32664

Please sign in to comment.