We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f23cfe commit 39d5befCopy full SHA for 39d5bef
Documentation/technical/api-error-handling.txt
@@ -58,7 +58,7 @@ to `die` or `error` as-is. For example:
58
if (ref_transaction_commit(transaction, &err))
59
die("%s", err.buf);
60
61
-The 'err' parameter will be untouched if no error occured, so multiple
+The 'err' parameter will be untouched if no error occurred, so multiple
62
function calls can be chained:
63
64
t = ref_transaction_begin(&err);
0 commit comments