Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Marius van den Beek <[email protected]>
  • Loading branch information
jdavcs and mvdbeek committed Sep 10, 2024
1 parent 43042cf commit 99bb7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/model/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ def _ensure_model_instance_has_id(self, model_instance):

def _set_associations(self, parent_model, assoc_model, delete_stmt, insert_values):
"""
Delete current associations for assoc_model, then insert new associaitons if values are provided.
Delete current associations for assoc_model, then insert new associations if values are provided.
"""
# Ensure sqlite respects foreign key constraints.
if self.sa_session.bind.dialect.name == "sqlite":
Expand Down

0 comments on commit 99bb7ba

Please sign in to comment.