forked from qt-creator/qt-creator
fix spelling
Change-Id: I90ed56266e5464d6f4f42f070ac2003fc5fa0a0b Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -281,7 +281,7 @@ QVariant NodeInstanceClientProxy::readCommandFromIOStream(QIODevice *ioDevice, q
|
|||||||
*blockSize = 0;
|
*blockSize = 0;
|
||||||
|
|
||||||
if (in.status() != QDataStream::Ok) {
|
if (in.status() != QDataStream::Ok) {
|
||||||
qWarning() << "Stream is no ok!!!";
|
qWarning() << "Stream is not OK";
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user