diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-07-03 18:01:07 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-07-03 18:01:07 +0100 |
| commit | 729e602bbf825f909193fd130d68ee9eeafb0eae (patch) | |
| tree | 1d31975b34da034d65c867c2751decb262b6b0d2 /rotord/rendercontext.cpp | |
| parent | f85ec9a68e6fab7265c3c2b78ab0fabf8310dacd (diff) | |
fix scho trails bug
Diffstat (limited to 'rotord/rendercontext.cpp')
| -rw-r--r-- | rotord/rendercontext.cpp | 2 |
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; |
