Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jn/doc-api-errors'
author
Junio C Hamano
<gitster@pobox.com>
Sat, 28 Mar 2015 16:26:18 +0000
(09:26 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 28 Mar 2015 16:26:18 +0000
(09:26 -0700)
* jn/doc-api-errors:
api-error-handling doc: typofix
Documentation/technical/api-error-handling.txt
patch
|
blob
|
history
raw
(from parent 1:
283cd32
)
diff --git
a/Documentation/technical/api-error-handling.txt
b/Documentation/technical/api-error-handling.txt
index fc68db126efd93c9c6e6f9bd84588f1c2509d5b7..ceeedd485c9650de33c10f5465189f4f1a69fc82 100644
(file)
--- a/
Documentation/technical/api-error-handling.txt
+++ b/
Documentation/technical/api-error-handling.txt
@@
-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 occur
r
ed, so multiple
function calls can be chained:
t = ref_transaction_begin(&err);