Fix spelling mistake.

This commit is contained in:
Jürg Lehni 2015-08-22 23:22:01 +02:00
parent 2eaaabf07c
commit 157a60dee6

View file

@ -534,7 +534,7 @@ var Matrix = Base.extend(/** @lends Matrix# */{
/**
* Returns the 'transformed' bounds rectangle by transforming each corner
* point and finding the new bounding box to these points. This is not
* really the transformed reactangle!
* really the transformed rectangle!
*/
_transformBounds: function(bounds, dest, _dontNotify) {
var coords = this._transformCorners(bounds),