| Index: ui/file_manager/gallery/js/mosaic_mode.js
|
| diff --git a/ui/file_manager/gallery/js/mosaic_mode.js b/ui/file_manager/gallery/js/mosaic_mode.js
|
| index e776ff8f06549e8585bafac4bdbc574f57af7b9d..6c8dfe97cd1f47b1384981cf0b8c67f530264e04 100644
|
| --- a/ui/file_manager/gallery/js/mosaic_mode.js
|
| +++ b/ui/file_manager/gallery/js/mosaic_mode.js
|
| @@ -466,7 +466,7 @@ Mosaic.prototype.onSplice_ = function(event) {
|
| if (event.removed.length) {
|
| for (var t = 0; t !== event.removed.length; t++) {
|
| // If the layout for the tile has not done yet, the parent is null.
|
| - // And the layout will not be done after onSplice_ becuase it is removed
|
| + // And the layout will not be done after onSplice_ because it is removed
|
| // from this.tiles_.
|
| if (this.tiles_[index + t].parentNode)
|
| this.removeChild(this.tiles_[index + t]);
|
|
|