summaryrefslogtreecommitdiff
path: root/rotord/rotord.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/rotord.cpp')
-rwxr-xr-xrotord/rotord.cpp2
1 files changed, 1 insertions, 1 deletions
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");