From: Neal Norwitz Date: Sat, 25 Aug 2007 05:22:02 +0000 (+0000) Subject: Fix typo in comment X-Git-Tag: v3.0a1~267 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1978470c3b5bd5729bd90b21e0700a6a60f08622;p=thirdparty%2FPython%2Fcpython.git Fix typo in comment --- diff --git a/Include/bytesobject.h b/Include/bytesobject.h index 729af398f038..4d9c53fe10e9 100644 --- a/Include/bytesobject.h +++ b/Include/bytesobject.h @@ -14,7 +14,7 @@ extern "C" { * Bytes are not characters; they may be used to encode characters. * The only way to go between bytes and str/unicode is via encoding * and decoding. - * For the concenience of C programmers, the bytes type is considered + * For the convenience of C programmers, the bytes type is considered * to contain a char pointer, not an unsigned char pointer. */