diff --git a/src/calibre/gui2/store/config/chooser/models.py b/src/calibre/gui2/store/config/chooser/models.py index 460b698878..f76ca45a01 100644 --- a/src/calibre/gui2/store/config/chooser/models.py +++ b/src/calibre/gui2/store/config/chooser/models.py @@ -132,7 +132,7 @@ class Matches(QAbstractItemModel): elif col == 2: text = 'b' if match.drm else 'a' elif col == 3: - text = match.headquarteres + text = match.headquarters return text def sort(self, col, order, reset=True): @@ -241,4 +241,4 @@ class SearchFilter(SearchQueryParser): traceback.print_exc() return matches - \ No newline at end of file +