File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1281,7 +1281,7 @@ static void git_config_raw(config_fn_t fn, void *data)
12811281 * something went really wrong and we should stop
12821282 * immediately.
12831283 */
1284- die (_ ("unknown error occured while reading the configuration files" ));
1284+ die (_ ("unknown error occurred while reading the configuration files" ));
12851285}
12861286
12871287static void configset_iter (struct config_set * cs , config_fn_t fn , void * data )
Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ struct ref_transaction *ref_transaction_begin(struct strbuf *err);
345345 * msg -- a message describing the change (for the reflog).
346346 *
347347 * err -- a strbuf for receiving a description of any error that
348- * might have occured .
348+ * might have occurred .
349349 *
350350 * The functions make internal copies of refname and msg, so the
351351 * caller retains ownership of these parameters.
You can’t perform that action at this time.
0 commit comments