diff --git a/examples/acScripts/playbackAgents.js b/examples/acScripts/playbackAgents.js index 64c25ec0a8..cf805623de 100644 --- a/examples/acScripts/playbackAgents.js +++ b/examples/acScripts/playbackAgents.js @@ -9,7 +9,7 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -Script.include("./AgentPoolControler.js"); +Script.include("./AgentPoolController.js"); var agentController = new AgentController(); // Set the following variables to the values needed diff --git a/examples/acScripts/playbackMaster.js b/examples/acScripts/playbackMaster.js index a88b699bf8..dff0b1d852 100644 --- a/examples/acScripts/playbackMaster.js +++ b/examples/acScripts/playbackMaster.js @@ -8,7 +8,7 @@ // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -Script.include("./AgentPoolControler.js"); +Script.include("./AgentPoolController.js"); HIFI_PUBLIC_BUCKET = "http://s3.amazonaws.com/hifi-public/";