diff -r 58fe260e7469 -r 7ce719013078 Helpviewer/Sync/DirectorySyncHandler.py --- a/Helpviewer/Sync/DirectorySyncHandler.py Sat Oct 19 12:28:12 2013 +0200 +++ b/Helpviewer/Sync/DirectorySyncHandler.py Sat Oct 19 13:03:39 2013 +0200 @@ -63,7 +63,7 @@ self.__remoteFilesFound = [] - # check the existence of the shared directory; create it, if it is + # check the existence of the shared directory; create it, if it is # not there if not os.path.exists(Preferences.getHelp("SyncDirectoryPath")): try: @@ -179,7 +179,7 @@ if Preferences.getHelp("SyncBookmarks"): self.__initialSyncFile( "bookmarks", - Helpviewer.HelpWindow.HelpWindow.bookmarksManager()\ + Helpviewer.HelpWindow.HelpWindow.bookmarksManager() .getFileName()) QCoreApplication.processEvents() @@ -187,7 +187,7 @@ if Preferences.getHelp("SyncHistory"): self.__initialSyncFile( "history", - Helpviewer.HelpWindow.HelpWindow.historyManager()\ + Helpviewer.HelpWindow.HelpWindow.historyManager() .getFileName()) QCoreApplication.processEvents()