Skip to content

Commit 9c69eed

Browse files
committed
Fix spelling error
1 parent 417bb6e commit 9c69eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgweb/util/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def save_model(self, request, obj, form, change):
6363
if not obj.org.email:
6464
# Should not happen because we remove the form field. Thus
6565
# a hard exception is ok.
66-
raise Exception("Organisation does not have an email, canot send notification!")
66+
raise Exception("Organisation does not have an email, cannot send notification!")
6767
n = ModerationNotification()
6868
n.objecttype = obj.__class__.__name__
6969
n.objectid = obj.id

0 commit comments

Comments
 (0)