@@ -675,7 +675,7 @@ def str2value(self, value):
675675 the user if the field is missing or invalid.
676676Set this to 'yes' to block the post and notify the user
677677 if the token is invalid, but accept the form if
678- the field is missing
678+ the field is missing.
679679Set this to 'logfailure' to log a notice to the roundup
680680 log if the field is invalid or missing, but accept
681681 the post.
@@ -691,7 +691,7 @@ def str2value(self, value):
691691 the user if the field is missing or invalid.
692692Set this to 'yes' to block the post and notify the user
693693 if the token is invalid, but accept the form if
694- the field is missing
694+ the field is missing.
695695Set this to 'logfailure' to log a notice to the roundup
696696 log if the field is invalid or missing, but accept
697697 the post.
@@ -714,8 +714,8 @@ def str2value(self, value):
714714 the user if the header is missing or invalid.
715715Set this to 'yes' to block the post and notify the user
716716 if the header is invalid, but accept the form if
717- the field is missing
718- Set this to 'logfalure ' to log a notice to the roundup
717+ the field is missing.
718+ Set this to 'logfailure ' to log a notice to the roundup
719719 log if the header is invalid or missing, but accept
720720 the post.
721721Set this to 'no' to ignore the header and accept the post.""" ),
@@ -726,7 +726,7 @@ def str2value(self, value):
726726 the user if the header is missing or invalid.
727727Set this to 'yes' to block the post and notify the user
728728 if the header is invalid, but accept the form if
729- the field is missing
729+ the field is missing.
730730Set this to 'logfailure' to log a notice to the roundup
731731 log if the header is invalid or missing, but accept
732732 the post.
@@ -738,7 +738,7 @@ def str2value(self, value):
738738 the user if the header is missing or invalid.
739739Set this to 'yes' to block the post and notify the user
740740 if the header is invalid, but accept the form if
741- the field is missing
741+ the field is missing.
742742Set this to 'logfailure' to log a notice to the roundup
743743 log if the header is invalid or missing, but accept
744744 the post.
@@ -751,7 +751,7 @@ def str2value(self, value):
751751 the user if the header is missing or invalid.
752752Set this to 'yes' to block the post and notify the user
753753 if the header is invalid, but accept the form if
754- the field is missing
754+ the field is missing.
755755Set this to 'logfailure' to log a notice to the roundup
756756 log if the header is invalid or missing, but accept
757757 the post.
@@ -886,7 +886,7 @@ def str2value(self, value):
886886 "(eg. iso-8859-1)." ,
887887 ["EMAIL_CHARSET" ]),
888888 (FilePathOption , "debug" , "" ,
889- "Setting this option makes Roundup to write all outgoing email\n "
889+ "Setting this option makes Roundup write all outgoing email\n "
890890 "messages to this file *instead* of sending them.\n "
891891 "This option has the same effect as environment variable"
892892 " SENDMAILDEBUG.\n Environment variable takes precedence." ),
0 commit comments