Skip to content

Commit

Permalink
chore: update utils.py
Browse files Browse the repository at this point in the history
occured -> occurred
  • Loading branch information
eltociear authored Feb 20, 2025
1 parent 9e657b4 commit 0bc59b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faster_whisper/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def download_model(
) as exception:
logger = get_logger()
logger.warning(
"An error occured while synchronizing the model %s from the Hugging Face Hub:\n%s",
"An error occurred while synchronizing the model %s from the Hugging Face Hub:\n%s",
repo_id,
exception,
)
Expand Down

0 comments on commit 0bc59b9

Please sign in to comment.