Skip to content
Snippets Groups Projects
Commit 8f0845df authored by deuce's avatar deuce
Browse files

Fix typo.

parent 749d4d11
No related branches found
No related tags found
No related merge requests found
...@@ -305,7 +305,7 @@ static struct JSPropertySpec js_sub_properties[] = { ...@@ -305,7 +305,7 @@ static struct JSPropertySpec js_sub_properties[] = {
{ "scan_ptr" ,SUB_PROP_SCAN_PTR ,JSPROP_ENUMERATE|JSPROP_SHARED }, { "scan_ptr" ,SUB_PROP_SCAN_PTR ,JSPROP_ENUMERATE|JSPROP_SHARED },
{ "scan_cfg" ,SUB_PROP_SCAN_CFG ,JSPROP_ENUMERATE|JSPROP_SHARED }, { "scan_cfg" ,SUB_PROP_SCAN_CFG ,JSPROP_ENUMERATE|JSPROP_SHARED },
{ "lead_read" ,SUB_PROP_LAST_READ ,JSPROP_ENUMERATE|JSPROP_SHARED }, { "last_read" ,SUB_PROP_LAST_READ ,JSPROP_ENUMERATE|JSPROP_SHARED },
{0} {0}
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment