diff options
author | Stephen P. Smith <ischis2@cox.net> | 2018-09-05 17:53:27 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-07 14:37:43 -0700 |
commit | 6fa9019494f018c560a3979be604f27d12e95659 (patch) | |
tree | 87ba429448d7831e58b93a958224fb8c0125f8e6 /wt-status.h | |
parent | c01d8f94591679fd55b0f899e6fc24555c11485a (diff) | |
download | git-6fa9019494f018c560a3979be604f27d12e95659.tar.gz |
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>
Diffstat (limited to 'wt-status.h')
-rw-r--r-- | wt-status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wt-status.h b/wt-status.h index 1673d146fa..937b2c3521 100644 --- a/wt-status.h +++ b/wt-status.h @@ -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; |