spelling: inheritance

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-04-04 11:13:12 -04:00
parent d2d087dcb7
commit 649c782782

View file

@ -234,7 +234,7 @@ class ObjectMixin(ActivitypubMixin):
activity = self.to_create_activity(user)
self.broadcast(activity, user, software=software, queue=priority)
except AttributeError:
# janky as heck, this catches the mutliple inheritence chain
# janky as heck, this catches the mutliple inheritance chain
# for boosts and ignores this auxiliary broadcast
return
return