diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-09 11:55:23 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-09 11:55:23 (GMT) |
commit | eea84818e98af917d3cf2bf04ea17a416ef9d55e (patch) | |
tree | a62fa69f175eb1efd745676950888326d8046beb /demos/browser | |
parent | ac355872573c7131e4b783cabe00c5656dc668af (diff) | |
download | Qt-eea84818e98af917d3cf2bf04ea17a416ef9d55e.zip Qt-eea84818e98af917d3cf2bf04ea17a416ef9d55e.tar.gz Qt-eea84818e98af917d3cf2bf04ea17a416ef9d55e.tar.bz2 |
Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.
Reviewer: David Boddie
Task number: QTBUG-11938
Diffstat (limited to 'demos/browser')
-rw-r--r-- | demos/browser/browsermainwindow.cpp | 2 | ||||
-rw-r--r-- | demos/browser/webview.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/browser/browsermainwindow.cpp b/demos/browser/browsermainwindow.cpp index 8c2ed89..50c2cf8 100644 --- a/demos/browser/browsermainwindow.cpp +++ b/demos/browser/browsermainwindow.cpp @@ -670,7 +670,7 @@ void BrowserMainWindow::slotPrivateBrowsing() " items are automatically removed from the Downloads window," \ " new cookies are not stored, current cookies can't be accessed," \ " site icons wont be stored, session wont be saved, " \ - " and searches are not addded to the pop-up menu in the Google search box." \ + " and searches are not added to the pop-up menu in the Google search box." \ " Until you close the window, you can still click the Back and Forward buttons" \ " to return to the webpages you have opened.").arg(title); diff --git a/demos/browser/webview.cpp b/demos/browser/webview.cpp index 2f9b3e6..2cbd2f1 100644 --- a/demos/browser/webview.cpp +++ b/demos/browser/webview.cpp @@ -260,7 +260,7 @@ void WebView::setProgress(int progress) void WebView::loadFinished() { if (100 != m_progress) { - qWarning() << "Recieved finished signal while progress is still:" << progress() + qWarning() << "Received finished signal while progress is still:" << progress() << "Url:" << url(); } m_progress = 0; |