Cleanup: misc spelling fixes

T68035 by @luzpaz
This commit is contained in:
2019-08-01 13:53:25 +10:00
parent 135413e324
commit 760dbd1cbf
167 changed files with 221 additions and 221 deletions

View File

@@ -1857,7 +1857,7 @@ static int pyrna_py_to_prop(
else {
/* Same as bytes. */
/* XXX, this is suspect, but needed for function calls,
* need to see if theres a better way. */
* need to see if there's a better way. */
if (data) {
*((char **)data) = (char *)param;
}