wt-status: rename commitable to committable
Fix variable spelling error. Signed-off-by: Stephen P. Smith <ischis2@cox.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
c01d8f9459
commit
6fa9019494
@ -96,7 +96,7 @@ struct wt_status {
|
||||
unsigned char sha1_commit[GIT_MAX_RAWSZ]; /* when not Initial */
|
||||
|
||||
/* These are computed during processing of the individual sections */
|
||||
int commitable;
|
||||
int committable;
|
||||
int workdir_dirty;
|
||||
const char *index_file;
|
||||
FILE *fp;
|
||||
|
Reference in New Issue
Block a user