Skip to content

Commit a558344

Browse files
committed
Merge branch 'rt/for-each-ref-spell-tcl-as-Tcl'
* rt/for-each-ref-spell-tcl-as-Tcl: for-each-ref: correct spelling of Tcl in option description
2 parents 08884f5 + b799a69 commit a558344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builtin/for-each-ref.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ int cmd_for_each_ref(int argc, const char **argv, const char *prefix)
10751075
OPT_BIT(0 , "python", &quote_style,
10761076
N_("quote placeholders suitably for python"), QUOTE_PYTHON),
10771077
OPT_BIT(0 , "tcl", &quote_style,
1078-
N_("quote placeholders suitably for tcl"), QUOTE_TCL),
1078+
N_("quote placeholders suitably for Tcl"), QUOTE_TCL),
10791079

10801080
OPT_GROUP(""),
10811081
OPT_INTEGER( 0 , "count", &maxcount, N_("show only <n> matched refs")),

0 commit comments

Comments
 (0)