summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-06 03:09:23 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-06 03:09:23 +0200
commit06b2dc0ce6ec6dd4cb090c22e2f9f8521138146b (patch)
treebdbc792266fea13099eecebe4c032f97a2eb2fea /src/webview.cpp
parentupdating authors.. (diff)
downloadrekonq-06b2dc0ce6ec6dd4cb090c22e2f9f8521138146b.tar.xz
EBN Krazy fixes. 1st round..
Diffstat (limited to 'src/webview.cpp')
-rw-r--r--src/webview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index ae867d42..55ed4003 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -444,7 +444,7 @@ void WebView::loadFinished()
{
if (m_progress != 100)
{
- kWarning() << "Recieved finished signal while progress is still:" << progress()
+ kWarning() << "Received finished signal while progress is still:" << progress()
<< "Url:" << url();
}
m_progress = 0;