mirror of
https://github.com/YACReader/yacreader
synced 2025-11-14 05:52:49 -05:00
Fix some spell errors
This commit is contained in:
@ -68,7 +68,7 @@ void RequestMapper::loadSession(HttpRequest & request, HttpResponse& response)
|
||||
|
||||
QList<QString> data = postData.split("\n");
|
||||
|
||||
QLOG_INFO() << "Data lenght : " << data.length();
|
||||
QLOG_INFO() << "Data length : " << data.length();
|
||||
|
||||
if(data.length() > 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user