Address concerns from pull request.
This commit is contained in:
parent
579d900ef2
commit
2cd5bdb563
3 changed files with 3 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue