From 99bb7ba674e7a7ccfcf0cc6e4c90322ace59027c Mon Sep 17 00:00:00 2001 From: John Davis Date: Tue, 10 Sep 2024 09:47:55 -0400 Subject: [PATCH] Fix typo Co-authored-by: Marius van den Beek --- lib/galaxy/model/security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/galaxy/model/security.py b/lib/galaxy/model/security.py index 9c35a283e986..0b0f05aed972 100644 --- a/lib/galaxy/model/security.py +++ b/lib/galaxy/model/security.py @@ -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":