typos in comments

This commit is contained in:
Aaron Seigo 2014-08-08 07:29:12 +02:00
parent c8c342abd3
commit b99001ace4

View File

@ -420,8 +420,8 @@ void Package::setPath(const QString &path)
return;
}
// our dptr is shared, and it is almost certainly doing to change.
// hold onto the old pointer just incase!
// our dptr is shared, and it is almost certainly going to change.
// hold onto the old pointer just in case it does not, however!
QExplicitlySharedDataPointer<PackagePrivate> oldD(d);
d.detach();