Skip to content

Commit

Permalink
api-error-handling doc: typofix
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Thomas Ackermann authored and Junio C Hamano committed Mar 28, 2015
1 parent 1f23cfe commit 39d5bef
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 39d5bef

Please sign in to comment.