diff --git a/src/easystar.js b/src/easystar.js index 8323066..1190697 100755 --- a/src/easystar.js +++ b/src/easystar.js @@ -172,7 +172,7 @@ EasyStar.js = function() { * have a large tile-map and don't want to block your thread while * finding a path. * - * @param {Number} iterations The number of searches to prefrom per calculate() call. + * @param {Number} iterations The number of searches to perform per calculate() call. **/ this.setIterationsPerCalculation = function(iterations) { iterationsPerCalculation = iterations;