From 542598c65e8a9db7d8e8e0230c7ad8b12d3c051c 2015-02-12 20:12:51 From: Matthias Bussonnier Date: 2015-02-12 20:12:51 Subject: [PATCH] typo "Should" --- diff --git a/IPython/html/static/notebook/js/notebook.js b/IPython/html/static/notebook/js/notebook.js index 12bb075..acf3faa 100644 --- a/IPython/html/static/notebook/js/notebook.js +++ b/IPython/html/static/notebook/js/notebook.js @@ -2223,7 +2223,7 @@ define(function (require) { name: "(No name)", language: this.metadata.language }); - // this shoudl be stored in kspec now, delete it. + // this should be stored in kspec now, delete it. // remove once we do not support notebook v3 anymore. delete this.metadata.language; } else {