Skip to content

Commit fbef982

Browse files
committed
Fix typo
1 parent 5030d1d commit fbef982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgweb/util/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def simple_form(instancetype, itemid, request, formclass, formtemplate='base/for
122122
continue
123123
f = instance._meta.get_field(fn)
124124
if f in instance._meta.many_to_many:
125-
# m2m field have separate config of notificatgions
125+
# m2m field have separate config of notifications
126126
if getattr(instance, 'send_m2m_notification', False):
127127
for f in instance._meta.many_to_many:
128128
if f.name in form.cleaned_data:

0 commit comments

Comments
 (0)