Fixed typos, refs #214

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2011-06-23 16:21:38 +02:00
parent 9955bed2c1
commit 9114a98e4c

View File

@@ -358,7 +358,7 @@ class db
openlog("Froxlor", LOG_NDELAY, LOG_USER);
syslog(LOG_ERR, $text);
closelog();
die("A MySQL error occured, This should not happen, a detailed description may be found in Syslog");
die("A MySQL error occured, this should not happen, a detailled description may be found in syslog");
}
}