Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
config.c: fix misspelt "occurred" in an error message
author
Peter Colberg
<peter@colberg.org>
Fri, 10 Jun 2016 19:05:26 +0000
(15:05 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 10 Jun 2016 21:53:39 +0000
(14:53 -0700)
Signed-off-by: Peter Colberg <peter@colberg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
dc72b50
)
diff --git
a/config.c
b/config.c
index 6dbc8a409e7e6e674e399e1d9b8ef8ef3c9290b7..f4b6454bba26d19ac7d1b07ebd82bb38a56e0c67 100644
(file)
--- 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 occur
r
ed while reading the configuration files"));
}
static void configset_iter(struct config_set *cs, config_fn_t fn, void *data)