Fix various typos

This commit is contained in:
luzpaz
2023-08-03 13:02:36 +00:00
committed by 0penBrain
parent ac7dc4faf6
commit 57b9442df7
9 changed files with 9 additions and 9 deletions

View File

@@ -456,7 +456,7 @@ def getCoinCamera(camerastring):
for child in node.getChildren():
if ("SoOrthographicCamera" in str(child)) or ("SoPerspectiveCamera" in str(child)):
return child
print("unnable to build a camera node from string:",camerastring)
print("unable to build a camera node from string:",camerastring)
return None