aboutsummaryrefslogtreecommitdiffstats
path: root/refs.h
diff options
context:
space:
mode:
authorPeter Colberg <peter@colberg.org>2016-06-10 15:05:26 -0400
committerJunio C Hamano <gitster@pobox.com>2016-06-10 14:53:32 -0700
commitdc72b5006f29e98e8a394a3bcc14c7a03ffbcd5e (patch)
tree954af86973a1c45dee3bcd3f395d3a0e8e0d710f /refs.h
parent0b65a8dbdb38962e700ee16776a3042beb489060 (diff)
downloadgit-dc72b5006f29e98e8a394a3bcc14c7a03ffbcd5e.tar.gz
refs.h: fix misspelt "occurred" in a comment
Signed-off-by: Peter Colberg <peter@colberg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'refs.h')
-rw-r--r--refs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/refs.h b/refs.h
index 9230d47142..56089d5724 100644
--- a/refs.h
+++ b/refs.h
@@ -345,7 +345,7 @@ struct ref_transaction *ref_transaction_begin(struct strbuf *err);
* msg -- a message describing the change (for the reflog).
*
* err -- a strbuf for receiving a description of any error that
- * might have occured.
+ * might have occurred.
*
* The functions make internal copies of refname and msg, so the
* caller retains ownership of these parameters.