Make the retry_include_ip_address smtp transport option expanded. Bug 1545
[exim.git] / src / src / readconf.c
index 40af94024d7a71677e3a01f516fcab8613519863..f0d08d0e1d851d77da9b884ffe16211d43f3abbc 100644 (file)
@@ -1488,7 +1488,7 @@ if (type < opt_bool || type > opt_bool_last)
   }
 
 /* If a boolean wasn't preceded by "no[t]_" it can be followed by = and
-true/false/yes/no, or, in the case of opt_expanded_bool, a general string that
+true/false/yes/no, or, in the case of opt_expand_bool, a general string that
 ultimately expands to one of those values. */
 
 else if (*s != 0 && (offset != 0 || *s != '='))