From 52d8a125ddddff7230104800aac2e779e5a519d9 Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Thu, 24 Nov 2011 19:49:03 +0100 Subject: [PATCH] fix 2 typos --- IPython/frontend/html/notebook/static/js/codecell.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;