correct typo in error message
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 24 Jun 2014 15:48:26 +0000 (17:48 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 3 Nov 2014 12:42:06 +0000 (13:42 +0100)
src/syslog.c

index 1a70fd0..834ba79 100644 (file)
@@ -50,7 +50,7 @@ static int sl_config (const char *key, const char *value)
                if (log_level < 0)
                {
                        log_level = LOG_INFO;
-                       ERROR ("syslog: invalid loglevel [%s] defauling to 'info'", value);
+                       ERROR ("syslog: invalid loglevel [%s] defaulting to 'info'", value);
                        return (1);
                }
        }