From b99001ace48ed77609d406d3934e4875e52b350a Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Fri, 8 Aug 2014 07:29:12 +0200 Subject: [PATCH] typos in comments --- src/plasma/package.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plasma/package.cpp b/src/plasma/package.cpp index a398b227e..1f9a3bb38 100644 --- a/src/plasma/package.cpp +++ b/src/plasma/package.cpp @@ -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 oldD(d); d.detach();