Skip to content

Commit

Permalink
Merge branch 'jn/doc-api-errors'
Browse files Browse the repository at this point in the history
* jn/doc-api-errors:
  api-error-handling doc: typofix
  • Loading branch information
Junio C Hamano committed Mar 28, 2015
2 parents 283cd32 + 39d5bef commit cf98c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/technical/api-error-handling.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ to `die` or `error` as-is. For example:
if (ref_transaction_commit(transaction, &err))
die("%s", err.buf);

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

t = ref_transaction_begin(&err);
Expand Down

0 comments on commit cf98c42

Please sign in to comment.