Merge branch 'mh/ref-store'
[gitweb.git] / refs.h
diff --git a/refs.h b/refs.h
index 20fae94d7da3324ca2be5d065c0752b0cee3067c..d42458c8c9ccf1738e4c1683ef9675d1fb21b32c 100644 (file)
--- a/refs.h
+++ b/refs.h
@@ -363,7 +363,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.