diff --git a/test/core/Sprite.js b/test/core/Sprite.js index 38d77ca..3eb2f56 100755 --- a/test/core/Sprite.js +++ b/test/core/Sprite.js @@ -4,7 +4,7 @@ { describe('width', function () { - it('should not be negative for nagative scale.x', function () + it('should not be negative for negative scale.x', function () { var sprite = new PIXI.Sprite(); @@ -34,7 +34,7 @@ describe('height', function () { - it('should not be negative for nagative scale.y', function () + it('should not be negative for negative scale.y', function () { var sprite = new PIXI.Sprite();