forked from qt-creator/qt-creator
Fix spelling in comments
Krazy was complaining about those.
This commit is contained in:
@@ -422,7 +422,7 @@ QPacket::~QPacket()
|
||||
|
||||
/*!
|
||||
Creates a copy of \a other. The initial stream positions are shared, but the
|
||||
two packets are otherwise independant.
|
||||
two packets are otherwise independent.
|
||||
*/
|
||||
QPacket::QPacket(const QPacket & other)
|
||||
: QDataStream(), b(other.b), buf(0)
|
||||
|
||||
Reference in New Issue
Block a user