From c8eb6d99d4bdb8a0549f1baf460c6a4b7aaf7045 Mon Sep 17 00:00:00 2001 From: David Faure Date: Fri, 7 Feb 2014 15:56:19 +0100 Subject: [PATCH] Doc: fix typo in QDebugStateSaver docu Change-Id: I12e0a725141a570903004c63369c991d383ac82c Reviewed-by: Jerome Pasion --- src/corelib/io/qdebug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/io/qdebug.cpp b/src/corelib/io/qdebug.cpp index 05920f45757..3370cce6d53 100644 --- a/src/corelib/io/qdebug.cpp +++ b/src/corelib/io/qdebug.cpp @@ -383,7 +383,7 @@ QDebugStateSaver::QDebugStateSaver(QDebug &dbg) } /*! - Destroyes a QDebugStateSaver instance, which restores the settings + Destroys a QDebugStateSaver instance, which restores the settings used when the QDebugStateSaver instance was created. \sa QDebug::setAutoInsertSpaces(), QDebug::autoInsertSpaces()