diff --git a/IPython/html/static/notebook/js/notebook.js b/IPython/html/static/notebook/js/notebook.js
index fcfbb20..88d8c4f 100644
--- a/IPython/html/static/notebook/js/notebook.js
+++ b/IPython/html/static/notebook/js/notebook.js
@@ -2377,7 +2377,7 @@ var IPython = (function (IPython) {
$.ajax(url, {
type: 'DELETE',
success: $.proxy(this.delete_checkpoint_success, this),
- error: $.proxy(this.delete_notebook_error, this)
+ error: $.proxy(this.delete_checkpoint_error, this)
});
};