Skip to content

Commit 84c78bb

Browse files
authored
Fix typo in download_librispeech.py (#1296)
Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
1 parent b441160 commit 84c78bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/pytorch/speech_recognition/rnnt/quantization/ptq_dynamic/fx/pytorch/utils/download_librispeech.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
parser.add_argument('csv', type=str,
2626
help='CSV file with urls and checksums to download.')
2727
parser.add_argument('dest', type=str,
28-
help='Download destnation folder.')
28+
help='Download destination folder.')
2929
parser.add_argument('-e', type=str, default=None,
30-
help='Extraction destnation folder. Defaults to download folder if not provided')
30+
help='Extraction destination folder. Defaults to download folder if not provided')
3131
parser.add_argument('--skip_download', action='store_true',
3232
help='Skip downloading the files')
3333
parser.add_argument('--skip_checksum', action='store_true',

0 commit comments

Comments
 (0)