summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2017-05-19 22:29:45 +0200
committerMitch Curtis <mitch.curtis@qt.io>2017-05-23 06:14:24 +0000
commit1fb85458fce9540b3ee3505c428315ff04c25e63 (patch)
tree9d5ee43b1de86ceda6f2183ca87b0c2f3fcc5343 /src
parent6d44fa53e1fee4b94ed0064a0bf3c89cbf7038f9 (diff)
Doc: fix grammar in QScopedPointer's detailed description
Change-Id: I3ce9650d62f3b53683c6b6f210c1413e94ae006c Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qscopedpointer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qscopedpointer.cpp b/src/corelib/tools/qscopedpointer.cpp
index 67d11660e1..0e8eba2a0f 100644
--- a/src/corelib/tools/qscopedpointer.cpp
+++ b/src/corelib/tools/qscopedpointer.cpp
@@ -115,7 +115,7 @@ QT_BEGIN_NAMESPACE
\snippet code/src_corelib_tools_qscopedpointer.cpp 4
- Otherwise, the compiler output a warning about not being able to destruct
+ Otherwise, the compiler outputs a warning about not being able to destruct
\c MyPrivateClass.
\sa QSharedPointer