mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-20 17:31:08 +00:00
Correct a typo
This commit is contained in:
parent
df0316bb13
commit
6acbdcb3e5
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ emit_method_list_item (def_t *def, void *data, int index)
|
|||
pr_method_description_t *desc;
|
||||
|
||||
if (def->type != &type_obj_method_description)
|
||||
internal_error (0, "%s: expected method_descripting def",
|
||||
internal_error (0, "%s: expected method_description def",
|
||||
__FUNCTION__);
|
||||
if (index < 0 || index >= methods->count)
|
||||
internal_error (0, "%s: out of bounds index: %d %d",
|
||||
|
|
Loading…
Reference in a new issue