From: Peter Colberg Date: Fri, 10 Jun 2016 19:05:26 +0000 (-0400) Subject: refs.h: fix misspelt "occurred" in a comment X-Git-Tag: v2.9.1~21^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc72b5006f29e98e8a394a3bcc14c7a03ffbcd5e;p=thirdparty%2Fgit.git refs.h: fix misspelt "occurred" in a comment Signed-off-by: Peter Colberg Signed-off-by: Junio C Hamano --- 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.