Typo in debug output.
[exim.git] / src / src / transports / pipe.c
index 15714f3f48c9911546359959a7a8f76642da2bfa..32a7bfa7c8bfb751dd1be2c8f24a867aaaefedaf 100644 (file)
@@ -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));
     }
   }