git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
dc72b50
)
config.c: fix misspelt "occurred" in an error message
author
Peter Colberg
<redacted>
Fri, 10 Jun 2016 19:05:26 +0000
(15:05 -0400)
committer
Junio C Hamano
<redacted>
Fri, 10 Jun 2016 21:53:39 +0000
(14:53 -0700)
Signed-off-by: Peter Colberg <redacted>
Signed-off-by: Junio C Hamano <redacted>
config.c
patch
|
blob
|
history
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)
git clone https://git.99rst.org/PROJECT