summaryrefslogtreecommitdiff
path: root/rotord/rendercontext.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-07-03 18:01:07 +0100
committerTim Redfern <tim@herge.(none)>2013-07-03 18:01:07 +0100
commit729e602bbf825f909193fd130d68ee9eeafb0eae (patch)
tree1d31975b34da034d65c867c2751decb262b6b0d2 /rotord/rendercontext.cpp
parentf85ec9a68e6fab7265c3c2b78ab0fabf8310dacd (diff)
fix scho trails bug
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;