From 1eb7a806e5d00a575df686b82da93d6fd43904e4 2014-11-03 18:18:28 From: Thomas Kluyver Date: 2014-11-03 18:18:28 Subject: [PATCH] Fix spelling --- diff --git a/IPython/html/static/tree/js/notebooklist.js b/IPython/html/static/tree/js/notebooklist.js index c54c60e..2e62f40 100644 --- a/IPython/html/static/tree/js/notebooklist.js +++ b/IPython/html/static/tree/js/notebooklist.js @@ -155,7 +155,7 @@ define([ * Draw the list of notebooks * @method draw_notebook_list * @param {Array} list An array of dictionaries representing files or - * direcotories. + * directories. * @param {String} error_msg An error message */ NotebookList.prototype.draw_notebook_list = function (list, error_msg) {