diff --git a/vllm/multimodal/profiling.py b/vllm/multimodal/profiling.py index cdec783ef9cf..7f6fb47a21fa 100644 --- a/vllm/multimodal/profiling.py +++ b/vllm/multimodal/profiling.py @@ -275,7 +275,7 @@ class MultiModalProfiler(Generic[_I]): if total_mm_tokens > seq_len: logger.warning_once( "The sequence length (%d) is smaller than the pre-defined" - " wosrt-case total number of multimodal tokens (%d). " + " worst-case total number of multimodal tokens (%d). " "This may cause certain multi-modal inputs to fail during " "inference. To avoid this, you should increase " "`max_model_len` or reduce `mm_counts`.",