diff --git a/IPython/frontend/html/notebook/static/js/codecell.js b/IPython/frontend/html/notebook/static/js/codecell.js index df8732fca..dcd81a336 100644 --- a/IPython/frontend/html/notebook/static/js/codecell.js +++ b/IPython/frontend/html/notebook/static/js/codecell.js @@ -254,7 +254,7 @@ var IPython = (function (IPython) { if(this.npressed >fallback_on_tooltip_after && this.prevmatch==matched_text) { console.log('Ok, you really want to complete after pressing tab '+this.npressed+' times !'); - console.log('You should undersand that there is no (more) completion for that !'); + console.log('You should understand that there is no (more) completion for that !'); console.log("I'll show you the tooltip, will you stop bothering me ?"); this.request_tooltip_after_time(matched_text+'(',0,this); return;