Skip to content

Commit 3d09104

Browse files
committed
Fix typo
1 parent 6349a39 commit 3d09104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/lib-rt/librt_base64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ b64decode_internal(PyObject *arg) {
160160
return out_bytes;
161161
}
162162

163-
// Process non-base64 input by ignoring non-base64 characters, for compatiblity
163+
// Process non-base64 input by ignoring non-base64 characters, for compatibility
164164
// with stdlib b64decode.
165165
static PyObject *
166166
b64decode_handle_invalid_input(

0 commit comments

Comments
 (0)