]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in comment
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 25 Aug 2007 05:22:02 +0000 (05:22 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 25 Aug 2007 05:22:02 +0000 (05:22 +0000)
Include/bytesobject.h

index 729af398f038e8dd9ff081ec5b4427370ef4013a..4d9c53fe10e9a5ca68a840d4e8b1df2c347590e9 100644 (file)
@@ -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.
  */