documentation fixes
authorMarcel Krems <m.krems@software-vision.eu>
Fri, 27 Apr 2012 01:08:21 +0000 (03:08 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 27 Sep 2012 00:33:09 +0000 (02:33 +0200)
Change-Id: If165933df41e518f5ba6065792676260fd2492b6
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
src/network/ssl/qsslsocket.cpp
src/widgets/itemviews/qtreewidget.cpp

index a68b3f7..8260c1c 100644 (file)
@@ -586,7 +586,7 @@ void QSslSocket::setProtocol(QSsl::SslProtocol protocol)
 /*!
     \since 4.4
 
-    Returns the socket's verify mode. This mode mode decides whether
+    Returns the socket's verify mode. This mode decides whether
     QSslSocket should request a certificate from the peer (i.e., the client
     requests a certificate from the server, or a server requesting a
     certificate from the client), and whether it should require that this
index 5912351..5305f64 100644 (file)
@@ -2789,7 +2789,7 @@ int QTreeWidget::currentColumn() const
   Sets the current \a item in the tree widget.
 
   Unless the selection mode is \l{QAbstractItemView::}{NoSelection},
-  the item is also be selected.
+  the item is also selected.
 
   \sa currentItem(), currentItemChanged()
 */