From 5633c3fe48e3e0e4ee81830bf5319ea2b72335e7 Mon Sep 17 00:00:00 2001 From: Conner Wingard Date: Wed, 15 Jul 2015 10:25:28 -0400 Subject: [PATCH] Fix typo in changelog.txt --- changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index a01774af..221fafd3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -13,7 +13,7 @@ OPENSEADRAGON CHANGELOG * Better error reporting for tile load failures (#679) * Added collectionColumns as a configuration parameter (#680) * Added support for non-square tiles (#673) - * TileSource.Options objects can now optionally provide tileWidth/tileWidth instead of tileSize for non-square tile support. + * TileSource.Options objects can now optionally provide tileWidth/tileHeight instead of tileSize for non-square tile support. * IIIFTileSources will now respect non-square tiles if available. * DEPRECATION: TileSource.getTileSize is deprecated use TileSource.getTileWidth and TileSource.getTileHeight instead.