Fix spelling

This commit is contained in:
Thomas Kluyver 2014-10-28 09:00:58 -07:00
parent f8ec8d4abe
commit e1cbaf3d3c

View File

@ -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) {