Fix typo
authorMagnus Hagander <magnus@hagander.net>
Fri, 21 Nov 2025 08:56:24 +0000 (09:56 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 26 Nov 2025 11:09:43 +0000 (12:09 +0100)
pgweb/util/helpers.py

index 93896c686b58c58e41842f5c36b0e6d3a3e0651f..6e1e758d9fe7387c3c85ce9b096d46c43b5db5e9 100644 (file)
@@ -122,7 +122,7 @@ def simple_form(instancetype, itemid, request, formclass, formtemplate='base/for
                         continue
                     f = instance._meta.get_field(fn)
                     if f in instance._meta.many_to_many:
-                        # m2m field have separate config of notificatgions
+                        # m2m field have separate config of notifications
                         if getattr(instance, 'send_m2m_notification', False):
                             for f in instance._meta.many_to_many:
                                 if f.name in form.cleaned_data: