Code

Merge pull request #613 from rubenk/master
[collectd.git] / src / syslog.c
index 1a70fd00e2ccde849b8492cc1ba27828939afe65..834ba79ce8395446f365d8079b0217e97fa3e4b5 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);
                }
        }