Commit 1978470c authored by Neal Norwitz's avatar Neal Norwitz

Fix typo in comment

parent b908126c
......@@ -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.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment