diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-07-07 22:52:48 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-07-07 22:52:48 +0200 |
commit | 61095adced58528fce80c45a7154741c9d4783dd (patch) | |
tree | 6d051ef8ea95b07f176819903b7e64578da1b948 /src/sync/googlesynchandler.cpp | |
parent | Clean up right icons before updating them (diff) | |
download | rekonq-61095adced58528fce80c45a7154741c9d4783dd.tar.xz |
Krazy fixes
Diffstat (limited to 'src/sync/googlesynchandler.cpp')
-rw-r--r-- | src/sync/googlesynchandler.cpp | 2 |
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")); |