Skip to content

Commit 314f672

Browse files
committed
Fix a typo
1 parent eb26730 commit 314f672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preload.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44

55
def preload(parser):
6-
parser.add_argument("--addnet-max-model-count", type=int, help="The maximum number of additinal network model can be used.", default=5)
6+
parser.add_argument("--addnet-max-model-count", type=int, help="The maximum number of additional network model can be used.", default=5)

0 commit comments

Comments
 (0)