From afaf35edbad11bc7d71a6793116c229dcfc38f92 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 4 Jul 2013 17:40:56 +0100 Subject: echo trails improvements --- rotord/rotord.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/rotord.cpp') diff --git a/rotord/rotord.cpp b/rotord/rotord.cpp index c47823d..6832318 100755 --- a/rotord/rotord.cpp +++ b/rotord/rotord.cpp @@ -169,7 +169,7 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS if (request.getMethod()=="DELETE") { task->cancel(); status=HTTPResponse::HTTP_OK; - XML.addValue("status","context deleted succesfully"); + XML.addValue("status","context deleted successfully"); } else { XML.addValue("error","Render context invoked with no command"); -- cgit v1.2.3