1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-03 20:04:11 +01:00

fix typo in log message

This commit is contained in:
Doug Kearns
2008-07-09 13:32:41 +00:00
parent 764ed4d301
commit c7421836e2

View File

@@ -545,7 +545,7 @@ liberator.Events = function () //{{{
}
catch (e)
{
liberator.log("macro directory not found or error reading macro file", 9);
liberator.log("Macro directory not found or error reading macro file", 9);
}
}, 100);