mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-24 20:13:35 +01:00
fix typo in log message
This commit is contained in:
@@ -545,7 +545,7 @@ liberator.Events = function () //{{{
|
|||||||
}
|
}
|
||||||
catch (e)
|
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);
|
}, 100);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user