From 731a7d9084128d7c7338c9a6a8495f3904756b9e 2013-03-15 22:56:58 From: Harry Moreno Date: 2013-03-15 22:56:58 Subject: [PATCH] changed instances of 'outout' to 'output' in alt text's --- diff --git a/IPython/frontend/html/notebook/static/js/outputarea.js b/IPython/frontend/html/notebook/static/js/outputarea.js index 9dc15be..45695a2 100644 --- a/IPython/frontend/html/notebook/static/js/outputarea.js +++ b/IPython/frontend/html/notebook/static/js/outputarea.js @@ -50,11 +50,11 @@ var IPython = (function (IPython) { this.collapse_button.button(); this.collapse_button.addClass('output_collapsed vbox'); - this.collapse_button.attr('title', 'click to expand outout'); + this.collapse_button.attr('title', 'click to expand output'); this.collapse_button.html('. . .'); this.prompt_overlay.addClass('out_prompt_overlay prompt'); - this.prompt_overlay.attr('title', 'click to expand outout; double click to hide output'); + this.prompt_overlay.attr('title', 'click to expand output; double click to hide output'); this.collapse(); };