1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

Fix a typo in an error message in cache_entry_set_property: s/get/set/

This commit is contained in:
Miciah Dashiel Butler Masters 2005-12-29 22:31:25 +00:00 committed by Miciah Dashiel Butler Masters
parent 65372061a0
commit 6a44d5192d

View File

@ -120,7 +120,7 @@ cache_entry_set_property(JSContext *ctx, JSObject *obj, jsval id, jsval *vp)
return JS_TRUE;
}
default:
INTERNAL("Invalid ID %d in cache_entry_get_property().",
INTERNAL("Invalid ID %d in cache_entry_set_property().",
JSVAL_TO_INT(id));
}