Doc: Fix typo foreigh -> foreign
authorSergio Ahumada <sergio.ahumada@nokia.com>
Mon, 16 Jul 2012 11:57:22 +0000 (13:57 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 16 Jul 2012 12:22:55 +0000 (14:22 +0200)
Task-number: QTBUG-23260
Change-Id: I922a8b5cba5d8784305fb1779ccd352ab2ece365
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/sql/models/qsqlrelationaltablemodel.cpp

index 6d0304e..bb29a44 100644 (file)
@@ -363,7 +363,7 @@ void QSqlRelationalTableModelPrivate::clearCache()
 
     The \l{sql/relationaltablemodel} example illustrates how to use
     QSqlRelationalTableModel in conjunction with
-    QSqlRelationalDelegate to provide tables with foreigh key
+    QSqlRelationalDelegate to provide tables with foreign key
     support.
 
     \image relationaltable.png