提交 3a39f61e 编写于 作者: P Peter Colberg 提交者: Junio C Hamano

config.c: fix misspelt "occurred" in an error message

Signed-off-by: NPeter Colberg <peter@colberg.org>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 dc72b500
......@@ -1278,7 +1278,7 @@ static void git_config_raw(config_fn_t fn, void *data)
* something went really wrong and we should stop
* 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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册