Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mrowetz committed Feb 3, 2015
1 parent 0835a86 commit 3cce646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/performanceBookmarklet.js
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ onIFrameLoaded(function(){
}), "fileType");

var fileExtensionCountHostExt = getItemCount(requestsOnly.map(function(currR, i, arr){
return (currR.initiatorType || currR.fileExtension) + " " + (currR.isRequestToHost ? "(host)" : "(extenal)");
return (currR.initiatorType || currR.fileExtension) + " " + (currR.isRequestToHost ? "(host)" : "(external)");
}), "fileType");

var requestsByDomain = getItemCount(requestsOnly.map(function(currR, i, arr){
Expand Down
Loading

0 comments on commit 3cce646

Please sign in to comment.