Minor typo and docs URL fixes

This commit is contained in:
Rémi Verschelde 2023-02-28 13:38:01 +01:00
parent 0bc36c8954
commit 491ded1898
No known key found for this signature in database
GPG key ID: C3336907360768E1
8 changed files with 8 additions and 8 deletions

View file

@ -311,7 +311,7 @@ bool SceneReplicationInterface::is_rpc_visible(const ObjectID &p_oid, int p_peer
if (tnode.remote_peer && uint32_t(p_peer) == tnode.remote_peer) {
return true; // RPCs on spawned nodes are always visible to spawner.
} else if (spawned_nodes.has(p_oid)) {
// It's a spwaned node we control, this can be fast
// It's a spawned node we control, this can be fast.
if (p_peer) {
return peers_info.has(p_peer) && peers_info[p_peer].spawn_nodes.has(p_oid);
} else {