diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2010-09-02 06:33:35 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-09-02 06:33:35 (GMT) |
commit | 8e664b347118e2cf80fff542f5e0f9946e0b76b9 (patch) | |
tree | c468f0195d6ee2e36ec77e88a281208a9c8e62e6 /demos/books | |
parent | bcb164e6f87192af849eec6f89a870d98d67767b (diff) | |
download | Qt-8e664b347118e2cf80fff542f5e0f9946e0b76b9.zip Qt-8e664b347118e2cf80fff542f5e0f9946e0b76b9.tar.gz Qt-8e664b347118e2cf80fff542f5e0f9946e0b76b9.tar.bz2 |
Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.
Reviewer: David Boddie
Task number: QTBUG-11938
(cherry picked from commit eea84818e98af917d3cf2bf04ea17a416ef9d55e)
Conflicts:
src/script/api/qscriptcontext.cpp
Diffstat (limited to 'demos/books')
-rw-r--r-- | demos/books/bookwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/books/bookwindow.cpp b/demos/books/bookwindow.cpp index 089d5e0..c801283 100644 --- a/demos/books/bookwindow.cpp +++ b/demos/books/bookwindow.cpp @@ -64,7 +64,7 @@ BookWindow::BookWindow() model->setEditStrategy(QSqlTableModel::OnManualSubmit); model->setTable("books"); - // Remeber the indexes of the columns + // Remember the indexes of the columns authorIdx = model->fieldIndex("author"); genreIdx = model->fieldIndex("genre"); |