Skip to content

Commit e5d289b

Browse files
committed
Fix typo in docstring.
1 parent f5bcdd9 commit e5d289b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smlfut.sml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1576,7 +1576,7 @@ fun options () : unit GetOpt.opt_descr list =
15761576
, { short = []
15771577
, long = ["structure-name"]
15781578
, arg = GetOpt.REQ_ARG (fn s => structure_opt := SOME s, "NAME")
1579-
, desc = "USe this structure name."
1579+
, desc = "Use this structure name."
15801580
}
15811581
, { short = [#"o"]
15821582
, long = ["output-directory"]

0 commit comments

Comments
 (0)