typo
diff --git a/Objects/bytesobject.c b/Objects/bytesobject.c
index 9e16b3b..b0e1b53 100644
--- a/Objects/bytesobject.c
+++ b/Objects/bytesobject.c
@@ -2827,7 +2827,7 @@
 to the default encoding. errors may be given to set a different error\n\
 handling scheme.  Default is 'strict' meaning that encoding errors raise\n\
 a UnicodeDecodeError.  Other possible values are 'ignore' and 'replace'\n\
-as well as any other name registerd with codecs.register_error that is\n\
+as well as any other name registered with codecs.register_error that is\n\
 able to handle UnicodeDecodeErrors.");
 
 static PyObject *