summaryrefslogtreecommitdiffstats
path: root/src/eventqueue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/eventqueue.cpp')
-rw-r--r--src/eventqueue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eventqueue.cpp b/src/eventqueue.cpp
index 8c9dc36..db5b87c 100644
--- a/src/eventqueue.cpp
+++ b/src/eventqueue.cpp
@@ -82,7 +82,7 @@ void EventQueue::handleRequest(HttpRequest *request, HttpResponse *response)
DEBUG << "idle";
response->setBody(queueToByteArray());
- // If the part starts with "/josn" then the rest of the string is an json-encoded
+ // If the part starts with "/json" then the rest of the string is an json-encoded
// string object.
} else if (path.startsWith("/json")) {
QByteArray jsonText = path.mid(5); // remove "/json"