This commit is contained in:
Claudio Barril 2014-01-25 19:50:46 -03:00
parent 07b18d9527
commit 0acd0c097f

View File

@ -111,7 +111,7 @@ public class AccountController extends BaseController {
@RequestMapping(method = RequestMethod.DELETE, value = "account")
@ResponseStatus(value = HttpStatus.NO_CONTENT)
public void deleleteUser() throws WiseMappingException
public void deleteUser() throws WiseMappingException
{
final User user = Utils.getUser(true);