提交 af325b0f 编写于 作者: J Junio C Hamano

Merge branch 'pc/occurred'

* pc/occurred:
  config.c: fix misspelt "occurred" in an error message
  refs.h: fix misspelt "occurred" in a comment
...@@ -1281,7 +1281,7 @@ static void git_config_raw(config_fn_t fn, void *data) ...@@ -1281,7 +1281,7 @@ static void git_config_raw(config_fn_t fn, void *data)
* something went really wrong and we should stop * something went really wrong and we should stop
* immediately. * immediately.
*/ */
die(_("unknown error occured while reading the configuration files")); die(_("unknown error occurred while reading the configuration files"));
} }
static void configset_iter(struct config_set *cs, config_fn_t fn, void *data) static void configset_iter(struct config_set *cs, config_fn_t fn, void *data)
......
...@@ -345,7 +345,7 @@ struct ref_transaction *ref_transaction_begin(struct strbuf *err); ...@@ -345,7 +345,7 @@ struct ref_transaction *ref_transaction_begin(struct strbuf *err);
* msg -- a message describing the change (for the reflog). * msg -- a message describing the change (for the reflog).
* *
* err -- a strbuf for receiving a description of any error that * 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 * The functions make internal copies of refname and msg, so the
* caller retains ownership of these parameters. * caller retains ownership of these parameters.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册