From 6acbdcb3e57a1ef0ca68eac4097a4966c8d8934b Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 8 Jun 2019 19:23:10 +0900 Subject: [PATCH] Correct a typo --- tools/qfcc/source/method.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/qfcc/source/method.c b/tools/qfcc/source/method.c index e5102a6cf..883133b64 100644 --- a/tools/qfcc/source/method.c +++ b/tools/qfcc/source/method.c @@ -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",