From 5a1242a1acde2e344ba3ef3f8753ea447f7688d2 Mon Sep 17 00:00:00 2001 From: druiz17 Date: Tue, 26 Sep 2017 15:06:31 -0700 Subject: [PATCH] fix spelling error --- .../controllers/controllerModules/nearParentGrabEntity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/controllers/controllerModules/nearParentGrabEntity.js b/scripts/system/controllers/controllerModules/nearParentGrabEntity.js index 837e63c341..9323f651a2 100644 --- a/scripts/system/controllers/controllerModules/nearParentGrabEntity.js +++ b/scripts/system/controllers/controllerModules/nearParentGrabEntity.js @@ -187,7 +187,7 @@ Script.include("/~/system/libraries/cloneEntityUtils.js"); var previousParentID = _this.previousParentID[childID]; var previousParentJointIndex = _this.previousParentJointIndex[childID]; - // The main flaw with keeping track of previous parantage in individual scripts is: + // The main flaw with keeping track of previous parentage in individual scripts is: // (1) A grabs something (2) B takes it from A (3) A takes it from B (4) A releases it // now A and B will take turns passing it back to the other. Detect this and stop the loop here... var UNHOOK_LOOP_DETECT_MS = 200;