Fix typo in DebugServlet

This commit is contained in:
David M. Carr
2010-12-19 18:49:51 -05:00
parent 6103e27cfe
commit 1b4a847d25

View File

@@ -198,8 +198,8 @@ public class DebugServlet extends HttpServlet
private void printHeader(PrintWriter writer)
{
writer.append("<html>");
writer.append("<head><title>SCM Manaer :: Debugging</title></head>");
writer.append("<body><h1>SCM Manaer :: Debugging</h1>");
writer.append("<head><title>SCM Manager :: Debugging</title></head>");
writer.append("<body><h1>SCM Manager :: Debugging</h1>");
}
/**