From 61095adced58528fce80c45a7154741c9d4783dd Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 7 Jul 2012 22:52:48 +0200 Subject: Krazy fixes --- src/sync/googlesynchandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sync/googlesynchandler.cpp') 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")); -- cgit v1.2.1