X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/6207d2f3bcf38c072c2bcaa7c9e8dbd469b5e8e6..7378b5081fde6f48140327d5c072a8231934f027:/lib/sendmail.c diff --git a/lib/sendmail.c b/lib/sendmail.c index b2f606c..95ad2a1 100644 --- a/lib/sendmail.c +++ b/lib/sendmail.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2007 Richard Kettlewell + * Copyright (C) 2007-2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -103,7 +103,7 @@ static int sendcommand(const char *tag, FILE *out, const char *fmt, ...) { * @param recipient Recipient address * @param subject Subject string * @param encoding Body encoding - * @param body_type Content-type of body + * @param content_type Content-type of body * @param body Text of body (encoded, but \n for newline) * @return 0 on success, non-0 on error */