X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/5dc309a45b3f266afbe1b8ccc9a066b0f76650a3..4c04137d73637107669e02b21f890387aaa2ef34:/src/src/string.c?ds=sidebyside diff --git a/src/src/string.c b/src/src/string.c index be1a1d7a4..cec59506d 100644 --- a/src/src/string.c +++ b/src/src/string.c @@ -306,7 +306,7 @@ expanded string. */ ss = store_get(length + nonprintcount * 3 + 1); -/* Copy everying, escaping non printers. */ +/* Copy everything, escaping non printers. */ t = s; tt = ss; @@ -974,14 +974,14 @@ return buffer; ************************************************/ /* This function is used to build a list, returning an allocated null-terminated growable string. The -given element has any embedded seperator characters +given element has any embedded separator characters doubled. Arguments: list points to the start of the list that is being built, or NULL if this is a new list that has no contents yet - sep list seperator charactoer - ele new lement to be appended to the list + sep list separator character + ele new element to be appended to the list Returns: pointer to the start of the list, changed if copied for expansion. */