summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTodd Lyons <tlyons@exim.org>2012-09-17 09:11:58 -0700
committerTodd Lyons <tlyons@exim.org>2012-09-17 09:11:58 -0700
commit762ca6f356174af684898457987e31a470a3a903 (patch)
treeca121ee1890ed1ec474c6cc450626cb5ece7d7b5 /src
parent8b26070532a925dd0a2c1c9d0deb0894a4af8eec (diff)
Typo in debug output.
Diffstat (limited to 'src')
-rw-r--r--src/src/transports/pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/transports/pipe.c b/src/src/transports/pipe.c
index 15714f3f4..32a7bfa7c 100644
--- a/src/src/transports/pipe.c
+++ b/src/src/transports/pipe.c
@@ -186,7 +186,7 @@ if (ob->permit_coredump)
if (errno != ENOSYS && errno != ENOTSUP)
#endif
log_write(0, LOG_MAIN,
- "delivery setrlimit(RLIMIT_CORE, RLIMI_INFINITY) failed: %s",
+ "delivery setrlimit(RLIMIT_CORE, RLIM_INFINITY) failed: %s",
strerror(errno));
}
}