Address concerns from pull request.

This commit is contained in:
Jake Moshenko 2015-02-18 10:43:08 -05:00
parent 579d900ef2
commit 2cd5bdb563
3 changed files with 3 additions and 6 deletions

View file

@ -509,7 +509,7 @@ ImageHistoryTree.prototype.buildRoot_ = function() {
/**
* Prunes images which are not referenced either directly or indireclty by any tag.
* Prunes images which are not referenced either directly or indirectly by any tag.
*/
ImageHistoryTree.prototype.pruneUnreferenced_ = function(node) {
if (node.children) {