# HG changeset patch
# User William Stein <wstein@gmail.com>
# Date 1239596054 25200
# Node ID 054f1438dacdf96c23dad4fa66ec6f3ffd95cc24
# Parent  b22af305389b7f15c37cf4780973886e1186fb87
trac #5772 -- notebook -- typo in twist.py causes Internal Server Error

diff -r b22af305389b -r 054f1438dacd sage/server/notebook/twist.py
--- a/sage/server/notebook/twist.py	Sat Apr 11 18:40:00 2009 -0700
+++ b/sage/server/notebook/twist.py	Sun Apr 12 21:14:14 2009 -0700
@@ -376,7 +376,7 @@
 
             except ValueError, msg:
                 s = "Error uploading worksheet '%s'."%msg
-                return HTMLRespone(stream = message(s, '/'))
+                return HTMLResponse(stream = message(s, '/'))
 
             # If the user requested in the form a specific title for
             # the worksheet set it.
