Skip to content

Commit

Permalink
config.c: fix misspelt "occurred" in an error message
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Colberg <peter@colberg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
petercolberg authored and gitster committed Jun 10, 2016
1 parent dc72b50 commit 3a39f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3a39f61

Please sign in to comment.