From dc72b5006f29e98e8a394a3bcc14c7a03ffbcd5e Mon Sep 17 00:00:00 2001 From: Peter Colberg Date: Fri, 10 Jun 2016 15:05:26 -0400 Subject: refs.h: fix misspelt "occurred" in a comment Signed-off-by: Peter Colberg Signed-off-by: Junio C Hamano diff --git a/refs.h b/refs.h index 9230d47..56089d5 100644 --- a/refs.h +++ b/refs.h @@ -345,7 +345,7 @@ struct ref_transaction *ref_transaction_begin(struct strbuf *err); * msg -- a message describing the change (for the reflog). * * err -- a strbuf for receiving a description of any error that - * might have occured. + * might have occurred. * * The functions make internal copies of refname and msg, so the * caller retains ownership of these parameters. -- cgit v0.10.2-6-g49f6 From 3a39f61e0468d7aea1a6f57ddbdcc74aaafa8410 Mon Sep 17 00:00:00 2001 From: Peter Colberg Date: Fri, 10 Jun 2016 15:05:26 -0400 Subject: config.c: fix misspelt "occurred" in an error message Signed-off-by: Peter Colberg Signed-off-by: Junio C Hamano diff --git a/config.c b/config.c index 6dbc8a4..f4b6454 100644 --- a/config.c +++ b/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) -- cgit v0.10.2-6-g49f6