From bd1d3a48415cb6a7c24c45a899ce38b3ce34956d Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 3 Jan 2015 10:16:09 +0100 Subject: misc: Fix typos in comments (found by codespell) Signed-off-by: Stefan Weil --- daemons/lmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemons') diff --git a/daemons/lmail.c b/daemons/lmail.c index 23c7b497..963f5dcd 100644 --- a/daemons/lmail.c +++ b/daemons/lmail.c @@ -354,7 +354,7 @@ deliver (int msg, char *msg_name, char *rcpt, int flags, struct params *params) fd = open (mbox, O_WRONLY|O_APPEND|O_CREAT|O_EXCL|O_NOLINK|O_EXLOCK, S_IRUSR|S_IWUSR); if (fd >= 0) - /* Made a new mailbox! Set the owner and group appropiately. */ + /* Made a new mailbox! Set the owner and group appropriately. */ { if (fchown (fd, pw->pw_uid, pw->pw_gid) < 0) { -- cgit v1.2.3