Fixed typos in comments

This commit is contained in:
Ian Gilman 2013-06-26 09:15:37 -07:00
parent 1df4448be7
commit 3f1072b321
2 changed files with 3 additions and 3 deletions

View File

@ -419,7 +419,7 @@ $.Drawer.prototype = {
if(overlay.px !== undefined){
//if they specified 'px' so its in pixel coordinates so
//if they specified 'px' so it's in pixel coordinates so
//we need to translate to viewport coordinates
rect = drawer.viewport.imageToViewportRectangle( rect );
}
@ -438,7 +438,7 @@ $.Drawer.prototype = {
/**
* @private
* @inner
* Pretty much every other line in this needs to be documented so its clear
* Pretty much every other line in this needs to be documented so it's clear
* how each piece of this routine contributes to the drawing process. That's
* why there are so many TODO's inside this function.
*/

View File

@ -691,7 +691,7 @@ $.Viewport.prototype = {
},
/**
* Translates from a rectanlge which describes a portion of
* Translates from a rectangle which describes a portion of
* the image in pixel coordinates to OpenSeadragon viewport
* rectangle coordinates.
*/