summaryrefslogtreecommitdiff
path: root/src/sync/googlesynchandler.cpp
diff options
context:
space:
mode:
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"));