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>
Peter Colberg committed
Jun 10, 2016 at 15:05 UTC
3a39f61e0468d7aea1a6f57ddbdcc74aaafa8410
1 file changed
+1
-1
config.c
+1
-1
@@ -1278,7 +1278,7 @@ static void git_config_raw(config_fn_t fn, void *data)
1278
* something went really wrong and we should stop
1279
* immediately.
1280
*/
1281
- die(_("unknown error occured while reading the configuration files"));
1281
+ die(_("unknown error occurred while reading the configuration files"));
1282
}
1283
1284
static void configset_iter(struct config_set *cs, config_fn_t fn, void *data)