config.c: fix misspelt "occurred" in an error message
Signed-off-by: Peter Colberg <peter@colberg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
dc72b5006f
commit
3a39f61e04
2
config.c
2
config.c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user