1
0

Minor typo.

This commit is contained in:
Matthias Mees
2014-06-29 11:45:12 +02:00
parent 150f3e1e64
commit 560e19e880

@ -54,4 +54,4 @@ $fp = fopen('plugins.js', 'w');
fwrite($fp, $plugins);
fclose($fp);
echo strlen($plugins) . " Bytes writte to plugins.js. Please commit changes.\n";
echo strlen($plugins) . " bytes written to plugins.js. Please commit changes.\n";