fixed spelling mistake in process_config (#6769)

This commit is contained in:
Neil Lathwood
2017-06-02 08:00:32 +01:00
committed by GitHub
parent 528350177d
commit 3d953b37f0

View File

@ -31,6 +31,6 @@ if (empty($config['email_from'])) {
if (empty($config['rrdtool'])) {
$config['rrdtool'] = '/usr/bin/rrdtool';
}
if (empty($config['rrdtool_verion'])) {
if (empty($config['rrdtool_version'])) {
$config['rrdtool_version'] = 1.4;
}