Fix typo in doc.

This commit is contained in:
Antoine Vandecreme 2016-04-09 10:14:09 -04:00
parent bd4cabaec2
commit 5ebf84a580

View File

@ -544,7 +544,7 @@ $.TileSource.prototype = {
/** /**
* Responsible for retriving the url which will return an image for the * Responsible for retriving the url which will return an image for the
* region speified by the given x, y, and level components. * region specified by the given x, y, and level components.
* This method is not implemented by this class other than to throw an Error * This method is not implemented by this class other than to throw an Error
* announcing you have to implement it. Because of the variety of tile * announcing you have to implement it. Because of the variety of tile
* server technologies, and various specifications for building image * server technologies, and various specifications for building image