Skip to content

Commit 3a39f61

Browse files
petercolberggitster
authored andcommitted
config.c: fix misspelt "occurred" in an error message
Signed-off-by: Peter Colberg <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent dc72b50 commit 3a39f61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ static void git_config_raw(config_fn_t fn, void *data)
12781278
* something went really wrong and we should stop
12791279
* immediately.
12801280
*/
1281-
die(_("unknown error occured while reading the configuration files"));
1281+
die(_("unknown error occurred while reading the configuration files"));
12821282
}
12831283

12841284
static void configset_iter(struct config_set *cs, config_fn_t fn, void *data)

0 commit comments

Comments
 (0)