Skip to content

Commit

Permalink
Fix spelling errors
Browse files Browse the repository at this point in the history
-------8<-------
SUMMARY:
propogate     1
  • Loading branch information
jelmer committed Feb 2, 2023
1 parent d2ab7a5 commit c50a12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastbencode/_bencode_pyx.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ from libc.string cimport (

cdef extern from "python-compat.h":
int snprintf(char* buffer, size_t nsize, char* fmt, ...)
# Use wrapper with inverted error return so Cython can propogate
# Use wrapper with inverted error return so Cython can propagate
int BrzPy_EnterRecursiveCall(char *) except 0

cdef extern from "Python.h":
Expand Down

0 comments on commit c50a12d

Please sign in to comment.