Cleanup: spelling

This commit is contained in:
2020-03-07 00:05:27 +11:00
parent 8bb0ac27dc
commit 0b16b63d87
4 changed files with 14 additions and 14 deletions

View File

@@ -93,7 +93,7 @@ static int foreach_libblock_id_user_map_callback(LibraryIDLinkCallbackData *cb_d
}
if (cb_flag & IDWALK_CB_LOOPBACK) {
/* We skip loopback pointers like Object.proxy_from or Key.from here,
/* We skip loop-back pointers like Object.proxy_from or Key.from here,
* since it's some internal pointer which is not relevant info for py/API level. */
return IDWALK_RET_NOP;
}