From 3073103812f0ea376582eb0ff1479945a847b361 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 24 Oct 2005 23:56:34 +0000 Subject: * rename all limit defs so that they end with _MAX * fix some minor typos git-svn-id: file:///home/lennart/svn/public/avahi/trunk@863 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-dnsconfd/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-dnsconfd') diff --git a/avahi-dnsconfd/main.c b/avahi-dnsconfd/main.c index faf0490..327d738 100644 --- a/avahi-dnsconfd/main.c +++ b/avahi-dnsconfd/main.c @@ -588,7 +588,7 @@ int main(int argc, char *argv[]) { /** Parent **/ if ((ret = daemon_retval_wait(20)) < 0) { - daemon_log(LOG_ERR, "Could not recieve return value from daemon process."); + daemon_log(LOG_ERR, "Could not receive return value from daemon process."); goto finish; } -- cgit