Skip to content

Commit 11b8d1d

Browse files
committed
Fix spelling error. Make it match the name of the field.
1 parent ab4d515 commit 11b8d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ def str2value(self, value):
771771
"If this is false but add_authorinfo is true, only the name\n"
772772
"of the actor is added which protects the mail address of the\n"
773773
"actor from being exposed at mail archives, etc."),
774-
), "Outgoing email options.\nUsed for nozy messages and approval requests"),
774+
), "Outgoing email options.\nUsed for nosy messages and approval requests"),
775775
("mailgw", (
776776
(EmailBodyOption, "keep_quoted_text", "yes",
777777
"Keep email citations when accepting messages.\n"

0 commit comments

Comments
 (0)