summaryrefslogtreecommitdiff
path: root/daemons
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-01-03 10:16:09 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-01-03 13:10:08 +0100
commitbd1d3a48415cb6a7c24c45a899ce38b3ce34956d (patch)
treea3cf6825abd20c0825cddd972ba3cc7af6b7aead /daemons
parent695e606f7fd8940c2b260670a89ae2a6cc82b9f4 (diff)
misc: Fix typos in comments (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'daemons')
-rw-r--r--daemons/lmail.c2
1 files changed, 1 insertions, 1 deletions
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)
{