summaryrefslogtreecommitdiff
path: root/wt-status.h
diff options
context:
space:
mode:
authorStephen P. Smith <ischis2@cox.net>2018-09-06 00:53:27 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-09-07 21:37:43 (GMT)
commit6fa9019494f018c560a3979be604f27d12e95659 (patch)
tree87ba429448d7831e58b93a958224fb8c0125f8e6 /wt-status.h
parentc01d8f94591679fd55b0f899e6fc24555c11485a (diff)
downloadgit-6fa9019494f018c560a3979be604f27d12e95659.zip
git-6fa9019494f018c560a3979be604f27d12e95659.tar.gz
git-6fa9019494f018c560a3979be604f27d12e95659.tar.bz2
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wt-status.h b/wt-status.h
index 1673d14..937b2c3 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;