mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 16:34:56 -04: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