diff --git a/plexapi/library.py b/plexapi/library.py index 99323b403..b06dde039 100644 --- a/plexapi/library.py +++ b/plexapi/library.py @@ -1158,7 +1158,7 @@ def _search(self, key, maxresults, container_start, container_size, **kwargs): container_size=container_size, **kwargs) if not len(subresults): if offset > self._totalViewSize: - log.info("container_start is higher then the number of items in the library") + log.info("container_start is higher than the number of items in the library") results.extend(subresults)