#268: Fix typo in exception.

This commit is contained in:
Michael Jumper
2013-02-09 13:04:42 -08:00
parent 3f9f71ebd0
commit f8afed8a27

View File

@@ -61,7 +61,7 @@ public class Create extends AuthenticatingHttpServlet {
}
catch (GuacamoleException e) {
throw new ServletException("Unable to create connection.", e);
throw new ServletException("Unable to create user.", e);
}