current code :
parser.add_argument( '--log-file', type=str, help='path to triton log gile', default='triton_log.txt', )
to be ->
parser.add_argument( '--log-file', type=str, help='path to triton log file', default='triton_log.txt', )
I would like to create a PR for this change.