summaryrefslogtreecommitdiffhomepage
path: root/lib.c
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-12-07 13:48:06 +0100
committerJo-Philipp Wich <jo@mein.io>2021-12-07 13:49:29 +0100
commit0d29b2558987eda5d8a913638f40d506172606ac (patch)
treea72710c311f0a86862adc62be21d9f29087dbce5 /lib.c
parent5680fab214cd35a54636d5dfb95dc552d1258144 (diff)
treewide: fix "resource" misspellings
Fix various misspelling of "resource". This commit changes the exported libucode ABI. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
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);