diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-09-07 23:52:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-07 23:52:16 -0700 |
commit | 277cd4c4bd8cca31395846fc80ea28bf2cd4ddf2 (patch) | |
tree | 613693df1a0eaba807948a3910dab046fecd77a6 /help.h | |
parent | cd50988ae03e086ca1a8f18584153d359699ea25 (diff) | |
parent | f0e90716d47b429284702b75425a247c9fc41adb (diff) | |
download | git-277cd4c4bd8cca31395846fc80ea28bf2cd4ddf2.tar.gz |
Merge branch 'ar/autospell'
* ar/autospell:
Add help.autocorrect to enable/disable autocorrecting
git wrapper: DWIM mistyped commands
Diffstat (limited to 'help.h')
-rw-r--r-- | help.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ struct cmdnames { int alloc; int cnt; struct cmdname { - size_t len; + size_t len; /* also used for similarity index in help.c */ char name[FLEX_ARRAY]; } **names; }; |