From 6fa9019494f018c560a3979be604f27d12e95659 Mon Sep 17 00:00:00 2001 From: "Stephen P. Smith" Date: Wed, 5 Sep 2018 17:53:27 -0700 Subject: wt-status: rename commitable to committable Fix variable spelling error. Signed-off-by: Stephen P. Smith Signed-off-by: Junio C Hamano --- wt-status.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wt-status.h') 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; -- cgit v1.2.3