summaryrefslogtreecommitdiff
path: root/src/sync/googlesynchandler.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-07-07 22:52:48 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-07-07 22:52:48 +0200
commit61095adced58528fce80c45a7154741c9d4783dd (patch)
tree6d051ef8ea95b07f176819903b7e64578da1b948 /src/sync/googlesynchandler.cpp
parentClean up right icons before updating them (diff)
downloadrekonq-61095adced58528fce80c45a7154741c9d4783dd.tar.xz
Krazy fixes
Diffstat (limited to 'src/sync/googlesynchandler.cpp')
-rw-r--r--src/sync/googlesynchandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sync/googlesynchandler.cpp b/src/sync/googlesynchandler.cpp
index fab3c635..90de34b4 100644
--- a/src/sync/googlesynchandler.cpp
+++ b/src/sync/googlesynchandler.cpp
@@ -194,7 +194,7 @@ void GoogleSyncHandler::loadFinished(bool ok)
}
else if (path == "/bookmarks/")
{
- //We get to this page after succesful login, let's fetch the bookmark list in Xml format.
+ // We get to this page after successful login, let's fetch the bookmark list in Xml format.
QNetworkAccessManager *qnam = _webPage.networkAccessManager();
QNetworkRequest request;
request.setUrl(QUrl("http://www.google.com/bookmarks/?output=xml"));