summaryrefslogtreecommitdiffhomepage
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.c b/lib.c
index 2c91d1d..aa4d43f 100644
--- a/lib.c
+++ b/lib.c
@@ -2422,7 +2422,7 @@ uc_proto(uc_vm_t *vm, size_t nargs)
proto = uc_fn_arg(1);
if (!ucv_prototype_set(val, proto))
- uc_vm_raise_exception(vm, EXCEPTION_TYPE, "Passed value is neither a prototype, ressource or object");
+ uc_vm_raise_exception(vm, EXCEPTION_TYPE, "Passed value is neither a prototype, resource or object");
ucv_get(proto);