Browse Source

api-error-handling doc: typofix

Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Thomas Ackermann 10 years ago committed by Junio C Hamano
parent
commit
39d5bef5c1
  1. 2
      Documentation/technical/api-error-handling.txt

2
Documentation/technical/api-error-handling.txt

@ -58,7 +58,7 @@ to `die` or `error` as-is. For example: @@ -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);

Loading…
Cancel
Save