From 57996128799bd33b7e2f6945de2a1b059a9039fa Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Thu, 2 Feb 2017 16:21:37 +0100 Subject: [PATCH] Fix Typo --- resources/lib/librarysync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/librarysync.py b/resources/lib/librarysync.py index ad1bb06e..285cd972 100644 --- a/resources/lib/librarysync.py +++ b/resources/lib/librarysync.py @@ -533,7 +533,7 @@ class LibrarySync(Thread): self.compare = not repair self.new_items_only = True - log.info('Running fullsync for NEW PMS items with rapair=%s' % repair) + log.info('Running fullsync for NEW PMS items with repair=%s' % repair) if self._fullSync() is False: return False self.new_items_only = False