git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1f23cfe
)
api-error-handling doc: typofix
author
Thomas Ackermann
<redacted>
Thu, 26 Mar 2015 20:29:47 +0000
(21:29 +0100)
committer
Junio C Hamano
<redacted>
Sat, 28 Mar 2015 16:24:55 +0000
(09:24 -0700)
Signed-off-by: Thomas Ackermann <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/technical/api-error-handling.txt
patch
|
blob
|
history
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);
git clone https://git.99rst.org/PROJECT