Skip to content

Commit cf98c42

Browse files
committed
Merge branch 'jn/doc-api-errors'
* jn/doc-api-errors: api-error-handling doc: typofix
2 parents 283cd32 + 39d5bef commit cf98c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/technical/api-error-handling.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ to `die` or `error` as-is. For example:
5858
if (ref_transaction_commit(transaction, &err))
5959
die("%s", err.buf);
6060

61-
The 'err' parameter will be untouched if no error occured, so multiple
61+
The 'err' parameter will be untouched if no error occurred, so multiple
6262
function calls can be chained:
6363

6464
t = ref_transaction_begin(&err);

0 commit comments

Comments
 (0)