mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Fix a typo in an error message in cache_entry_set_property: s/get/set/
This commit is contained in:
parent
65372061a0
commit
6a44d5192d
@ -120,7 +120,7 @@ cache_entry_set_property(JSContext *ctx, JSObject *obj, jsval id, jsval *vp)
|
|||||||
return JS_TRUE;
|
return JS_TRUE;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
INTERNAL("Invalid ID %d in cache_entry_get_property().",
|
INTERNAL("Invalid ID %d in cache_entry_set_property().",
|
||||||
JSVAL_TO_INT(id));
|
JSVAL_TO_INT(id));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user