summaryrefslogtreecommitdiff
path: root/rotord/rendercontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/rendercontext.cpp')
-rw-r--r--rotord/rendercontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/rendercontext.cpp b/rotord/rendercontext.cpp
index e31a161..935ec08 100644
--- a/rotord/rendercontext.cpp
+++ b/rotord/rendercontext.cpp
@@ -211,7 +211,7 @@ void Render_context::session_command(const std::vector<std::string>& command,xml
//pass to worker thread ??if engine is ready?? ??what if engine has finished but results aren't read??
//DUMMY RESPONSE
status=HTTPResponse::HTTP_OK;
- XML.addValue("status","succesfully loaded "+command[4]+" into video node "+command[3]);
+ XML.addValue("status","Succesfully loaded "+command[4]+" into video node "+command[3]);
}
else {
status=HTTPResponse::HTTP_INTERNAL_SERVER_ERROR;