Cleanup: spelling in comments
This commit is contained in:
@@ -663,7 +663,7 @@ const char *PyC_UnicodeAsByte(PyObject *py_str, PyObject **coerce)
|
||||
|
||||
if (result) {
|
||||
/* 99% of the time this is enough but we better support non unicode
|
||||
* chars since blender doesnt limit this */
|
||||
* chars since blender doesn't limit this. */
|
||||
return result;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user