[exim-cvs] Typo in debug output.

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Typo in debug output.
Gitweb: http://git.exim.org/exim.git/commitdiff/762ca6f356174af684898457987e31a470a3a903
Commit:     762ca6f356174af684898457987e31a470a3a903
Parent:     8b26070532a925dd0a2c1c9d0deb0894a4af8eec
Author:     Todd Lyons <tlyons@???>
AuthorDate: Mon Sep 17 09:11:58 2012 -0700
Committer:  Todd Lyons <tlyons@???>
CommitDate: Mon Sep 17 09:11:58 2012 -0700


    Typo in debug output.
---
 src/src/transports/pipe.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/src/src/transports/pipe.c b/src/src/transports/pipe.c
index 15714f3..32a7bfa 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));
     }
   }