diff --git a/nemo/collections/asr/data/audio_to_text_dataset.py b/nemo/collections/asr/data/audio_to_text_dataset.py index a1b3bf7ebda7..a432d4740562 100644 --- a/nemo/collections/asr/data/audio_to_text_dataset.py +++ b/nemo/collections/asr/data/audio_to_text_dataset.py @@ -39,7 +39,7 @@ def inject_dataloader_value_from_model_config(model_cfg: dict, dataloader_cfg: D """ if key not in model_cfg: logging.info( - f"Model level config does not container `{key}`, please explicitly provide `{key}` to the dataloaders." + f"Model level config does not contain `{key}`, please explicitly provide `{key}` to the dataloaders." ) return