Working on running spellcheck on everything ahead of merging the shellcheck/code check CI addition. (#13453)

This commit is contained in:
Lila Yasin
2023-03-01 08:19:00 -05:00
committed by GitHub
parent 2dcda04a9e
commit 39ee4285ce
12 changed files with 32 additions and 32 deletions

View File

@@ -674,7 +674,7 @@ class SubListCreateAttachDetachAPIView(SubListCreateAPIView):
location = None
created = True
# Retrive the sub object (whether created or by ID).
# Retrieve the sub object (whether created or by ID).
sub = get_object_or_400(self.model, pk=sub_id)
# Verify we have permission to attach.