Skip to content

Commit 7dc87db

Browse files
committed
tools.deploy: fix minor typo
1 parent 2acdca0 commit 7dc87db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

basis/tools/deploy/deploy.factor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ ERROR: no-vocab-main vocab ;
4444
{ name "--ui" }
4545
{ required? f }
4646
{ #args 0 }
47-
{ help "If specified, enables the the inclusion of the ui framework" }
47+
{ help "If specified, enables the inclusion of the ui framework" }
4848
{ const t }
4949
{ variable deploy-ui? }
5050
}
5151
T{ option
5252
{ name "--unicode" }
5353
{ required? f }
5454
{ #args 0 }
55-
{ help "If specified, enables the the inclusion of full support for CHAR: " }
55+
{ help "If specified, enables the inclusion of full support for CHAR: " }
5656
{ const t }
5757
{ variable deploy-unicode? }
5858
}

0 commit comments

Comments
 (0)