diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-12-07 13:48:06 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-12-07 13:49:29 +0100 |
commit | 0d29b2558987eda5d8a913638f40d506172606ac (patch) | |
tree | a72710c311f0a86862adc62be21d9f29087dbce5 /lib.c | |
parent | 5680fab214cd35a54636d5dfb95dc552d1258144 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |